Class LuceneBackendSettings.Defaults
- java.lang.Object
-
- org.hibernate.search.backend.lucene.cfg.LuceneBackendSettings.Defaults
-
- Enclosing class:
- LuceneBackendSettings
public static final class LuceneBackendSettings.Defaults extends Object
Default values for the different settings if no values are given.
-
-
Field Summary
Fields Modifier and Type Field Description static Version
LUCENE_VERSION
static MultiTenancyStrategyName
MULTI_TENANCY_STRATEGY
Deprecated.The default for this property is now dynamic and depends on the mapper.
-
-
-
Field Detail
-
LUCENE_VERSION
public static final Version LUCENE_VERSION
-
MULTI_TENANCY_STRATEGY
@Deprecated public static final MultiTenancyStrategyName 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
.
-
-