Class LuceneBackendSpiSettings
- java.lang.Object
-
- org.hibernate.search.backend.lucene.cfg.spi.LuceneBackendSpiSettings
-
public class LuceneBackendSpiSettings extends Object
Configuration properties for the Hibernate Search Lucene backend that are considered SPI (and not API).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLuceneBackendSpiSettings.DefaultsDefault values for the different settings if no values are given.static classLuceneBackendSpiSettings.RadicalsConfiguration property keys without theprefix.
-
Field Summary
Fields Modifier and Type Field Description static StringBACKEND_WORK_EXECUTOR_PROVIDERTheLuceneWorkExecutorProviderused to create work executors.static StringPREFIXThe prefix expected for the key of every Hibernate Search configuration property.
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
The prefix expected for the key of every Hibernate Search configuration property.- See Also:
- Constant Field Values
-
BACKEND_WORK_EXECUTOR_PROVIDER
public static final String 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:
- Constant Field Values
-
-