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 booleanexternalVersionprotected Class<ESClientFactory>klassMap<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()StringgetOption(String key)StringgetOption(String key, String defaultValue)StringtoString()booleanuseExternalVersion()
-
-
-
Field Detail
-
klass
protected Class<ESClientFactory> klass
-
externalVersion
protected boolean externalVersion
-
-
Method Detail
-
getKlass
public Class<ESClientFactory> getKlass()
-
useExternalVersion
public boolean useExternalVersion()
-
-