Package org.nuxeo.elasticsearch.api
Interface ESClientFactory
-
- All Known Implementing Classes:
ESRestClientFactory,ESTransportClientFactory
public interface ESClientFactoryFactory to create an Elasticsearch client- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ESClientcreate(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig clientConfig)
-
-
-
Method Detail
-
create
ESClient create(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig clientConfig)
-
-