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
Modifier and TypeClassDescriptionstatic final class
Default values for the different settings if no values are given.static class
Configuration property keys without theprefix
. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
TheBeanConfigurer
instances used to programmatically assign names to beans.static final String
The prefix expected for the key of every Hibernate Search configuration property.static final String
TheThreadProvider
used to create threads. -
Method Summary
-
Field Details
-
PREFIX
The prefix expected for the key of every Hibernate Search configuration property.- See Also:
-
BEAN_CONFIGURERS
TheBeanConfigurer
instances used to programmatically assign names to beans.Expects a multi-valued reference to a bean of type
BeanConfigurer
.Defaults to no value.
-
THREAD_PROVIDER
TheThreadProvider
used to create threads.Expects a reference to a bean of type
ThreadProvider
.Defaults to
EngineSpiSettings.Defaults.THREAD_PROVIDER
, an embedded thread provider.- See Also:
-