Package org.nuxeo.elasticsearch.config
Class ElasticSearchClientConfig
- java.lang.Object
-
- org.nuxeo.elasticsearch.config.ElasticSearchClientConfig
-
public class ElasticSearchClientConfig extends Object
- Since:
- 9.3
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
externalVersion
protected Class<ESClientFactory>
klass
Map<String,String>
options
-
Constructor Summary
Constructors Constructor Description ElasticSearchClientConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ESClientFactory>
getKlass()
String
getOption(String key)
String
getOption(String key, String defaultValue)
String
toString()
boolean
useExternalVersion()
-
-
-
Field Detail
-
klass
protected Class<ESClientFactory> klass
-
externalVersion
protected boolean externalVersion
-
-
Method Detail
-
getKlass
public Class<ESClientFactory> getKlass()
-
useExternalVersion
public boolean useExternalVersion()
-
-