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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setClusterName
(String clusterName) void
setDataPath
(String dataPath) void
setEnabled
(boolean isEnabled) void
setHomePath
(String homePath) void
setHttpEnabled
(boolean httpEnabled) void
setIndexStorageType
(String indexStorageType) void
setNetworkHost
(String networkHost) void
setNodeName
(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
-