Package org.nuxeo.elasticsearch.config
Class ElasticSearchEmbeddedServerConfig
java.lang.Object
org.nuxeo.elasticsearch.config.ElasticSearchEmbeddedServerConfig
Configuration of an embedded (same JVM as Nuxeo) Elasticsearch server.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetClusterName(String clusterName) voidsetDataPath(String dataPath) voidsetEnabled(boolean isEnabled) voidsetHomePath(String homePath) voidsetHttpEnabled(boolean httpEnabled) voidsetIndexStorageType(String indexStorageType) voidsetNetworkHost(String networkHost) voidsetNodeName(String nodeName) toString()boolean
-
Field Details
-
isEnabled
protected boolean isEnabled -
clusterName
-
nodeName
-
dataPath
-
indexStoreType
-
httpEnabled
protected boolean httpEnabled -
httpPort
-
networkHost
-
externalVersion
protected boolean externalVersion
-
-
Constructor Details
-
ElasticSearchEmbeddedServerConfig
public ElasticSearchEmbeddedServerConfig()
-
-
Method Details
-
getClusterName
-
setClusterName
-
getHomePath
- Since:
- 8.4
-
setHomePath
- Since:
- 8.4
-
getDataPath
-
setDataPath
-
getIndexStorageType
-
setIndexStorageType
-
getNetworkHost
- Since:
- 7.4
-
setNetworkHost
- Since:
- 7.4
-
getNodeName
-
setNodeName
-
httpEnabled
public boolean httpEnabled() -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean isEnabled) -
setHttpEnabled
public void setHttpEnabled(boolean httpEnabled) -
useExternalVersion
public boolean useExternalVersion() -
toString
-
getHttpPort
-