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