Class EngineSpiSettings
- java.lang.Object
-
- org.hibernate.search.engine.cfg.spi.EngineSpiSettings
-
public class EngineSpiSettings extends Object
Configuration properties for the Hibernate Search engine that are considered SPI (and not API).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEngineSpiSettings.DefaultsDefault values for the different settings if no values are given.static classEngineSpiSettings.RadicalsConfiguration property keys without theprefix.
-
Field Summary
Fields Modifier and Type Field Description static StringBEAN_CONFIGURERSTheBeanConfigurerinstances used to programmatically assign names to beans.static StringPREFIXThe prefix expected for the key of every Hibernate Search configuration property.static StringTHREAD_PROVIDERTheThreadProviderused to create threads.
-
-
-
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
-
BEAN_CONFIGURERS
public static final String BEAN_CONFIGURERS
TheBeanConfigurerinstances used to programmatically assign names to beans.Expects a multi-valued reference to a bean of type
BeanConfigurer.Defaults to no value.
-
THREAD_PROVIDER
public static final String THREAD_PROVIDER
TheThreadProviderused to create threads.Expects a reference to a bean of type
ThreadProvider.Defaults to
EngineSpiSettings.Defaults.THREAD_PROVIDER, an embedded thread provider.- See Also:
- Constant Field Values
-
-