Interface ElasticsearchClientFactory
public interface ElasticsearchClientFactory
Creates the Elasticsearch client.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(org.hibernate.search.engine.environment.bean.BeanResolver beanResolver, org.hibernate.search.engine.cfg.ConfigurationPropertySource propertySource, org.hibernate.search.engine.environment.thread.spi.ThreadProvider threadProvider, String threadNamePrefix, org.hibernate.search.engine.common.execution.spi.SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider, Optional<ElasticsearchVersion> configuredVersion)
-
Method Details
-
create
ElasticsearchClientImplementor create(org.hibernate.search.engine.environment.bean.BeanResolver beanResolver, org.hibernate.search.engine.cfg.ConfigurationPropertySource propertySource, org.hibernate.search.engine.environment.thread.spi.ThreadProvider threadProvider, String threadNamePrefix, org.hibernate.search.engine.common.execution.spi.SimpleScheduledExecutor timeoutExecutorService, GsonProvider gsonProvider, Optional<ElasticsearchVersion> configuredVersion)
-