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 class
Default values for the different settings if no values are given.static class
Configuration property keys without theprefix
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
TheLuceneWorkExecutorProvider
used to create work executors.static final String
The 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
TheLuceneWorkExecutorProvider
used to create work executors.Expects a reference to a bean of type
LuceneWorkExecutorProvider
.Defaults to
LuceneBackendSpiSettings.Defaults.BACKEND_WORK_EXECUTOR_PROVIDER
.- See Also:
-