Class EngineSpiSettings
java.lang.Object
org.hibernate.search.engine.cfg.spi.EngineSpiSettings
Configuration properties for the Hibernate Search engine 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 StringTheBeanConfigurerinstances used to programmatically assign names to beans.static final StringThe prefix expected for the key of every Hibernate Search configuration property.static final StringTheThreadProviderused to create threads. -
Method Summary
-
Field Details
-
PREFIX
The prefix expected for the key of every Hibernate Search configuration property.- See Also:
-
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.
- See Also:
-
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:
-