Class ElasticsearchBackendSpiSettings
java.lang.Object
org.hibernate.search.backend.elasticsearch.cfg.spi.ElasticsearchBackendSpiSettings
Configuration properties for the Elasticsearch backend that are considered SPI (and not API).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classConfiguration property keys without theprefix. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTheElasticsearchWorkExecutorProviderused to create work executors.static final StringThe prefix expected for the key of every Hibernate Search configuration property. -
Method Summary
-
Field Details
-
PREFIX
The prefix expected for the key of every Hibernate Search configuration property.- See Also:
-
BACKEND_WORK_EXECUTOR_PROVIDER
TheElasticsearchWorkExecutorProviderused to create work executors.Expects a reference to a bean of type
ElasticsearchWorkExecutorProvider.Defaults to
ElasticsearchBackendSpiSettings.Defaults.BACKEND_WORK_EXECUTOR_PROVIDER.- See Also:
-