Class LuceneBackendSpiSettings
java.lang.Object
org.hibernate.search.backend.lucene.cfg.spi.LuceneBackendSpiSettings
Configuration properties for the Hibernate Search Lucene backend that are considered SPI (and not API).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDefault values for the different settings if no values are given.static classConfiguration property keys without theprefix. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTheLuceneWorkExecutorProviderused 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
TheLuceneWorkExecutorProviderused to create work executors.Expects a reference to a bean of type
LuceneWorkExecutorProvider.Defaults to
LuceneBackendSpiSettings.Defaults.BACKEND_WORK_EXECUTOR_PROVIDER.- See Also:
-