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 org.apache.lucene.util.VersionLUCENE_VERSIONstatic MultiTenancyStrategyNameMULTI_TENANCY_STRATEGYDeprecated.The default for this property is now dynamic and depends on the mapper.static SchemaIdStrategySCHEMA_ID_STRATEGY
-
-
-
Field Detail
-
LUCENE_VERSION
public static final org.apache.lucene.util.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.
-
SCHEMA_ID_STRATEGY
public static final SchemaIdStrategy SCHEMA_ID_STRATEGY
-
-