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
Modifier and TypeMethodDescriptioncreate
(ElasticSearchEmbeddedNode node, ElasticSearchClientConfig clientConfig)
-
Method Details
-
create
-