Class LuceneBackendSettings.Defaults
java.lang.Object
org.hibernate.search.backend.lucene.cfg.LuceneBackendSettings.Defaults
- Enclosing class:
LuceneBackendSettings
Default values for the different settings if no values are given.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Version
static final MultiTenancyStrategyName
Deprecated.The default for this property is now dynamic and depends on the mapper. -
Method Summary
-
Field Details
-
LUCENE_VERSION
-
MULTI_TENANCY_STRATEGY
Deprecated.The default for this property is now dynamic and depends on the mapper. If the multi-tenancy is enabled in the mapper, the default isMultiTenancyStrategyName.DISCRIMINATOR
. Otherwise, the default is stillMultiTenancyStrategyName.NONE
.
-