Class HibernateOrmMapperSettings.Defaults
java.lang.Object
org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.Defaults
- Enclosing class:
HibernateOrmMapperSettings
Default values for the different settings if no values are given.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
Deprecated.This setting will be removed in a future version.static final boolean
static final AutomaticIndexingStrategyName
Deprecated.Use the new configuration property instead:HibernateOrmMapperSettings.AUTOMATIC_INDEXING_STRATEGY
, (caution: it expects a boolean value, and its default isENABLED
).static final BeanReference
<AutomaticIndexingSynchronizationStrategy> Deprecated.UseINDEXING_PLAN_SYNCHRONIZATION_STRATEGY
instead.static final BeanReference
<CoordinationStrategy> static final boolean
static final boolean
static final MassIndexingDefaultCleanOperation
static final BeanReference
<IndexingPlanSynchronizationStrategy> static final boolean
static final boolean
static final boolean
static final BeanReference
<TenantIdentifierConverter> static final EntityLoadingCacheLookupStrategy
static final int
static final SchemaManagementStrategyName
-
Method Summary
-
Field Details
-
ENABLED
public static final boolean ENABLED- See Also:
-
AUTOMATIC_INDEXING_ENABLED
public static final boolean AUTOMATIC_INDEXING_ENABLED- See Also:
-
AUTOMATIC_INDEXING_STRATEGY
Deprecated.Use the new configuration property instead:HibernateOrmMapperSettings.AUTOMATIC_INDEXING_STRATEGY
, (caution: it expects a boolean value, and its default isENABLED
). -
AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY
@Deprecated public static final BeanReference<AutomaticIndexingSynchronizationStrategy> AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGYDeprecated.UseINDEXING_PLAN_SYNCHRONIZATION_STRATEGY
instead. -
AUTOMATIC_INDEXING_ENABLE_DIRTY_CHECK
Deprecated.This setting will be removed in a future version. There will be no alternative provided to replace it. After the removal of this property in a future version, a dirty check will always be performed when considering whether to trigger reindexing.- See Also:
-
QUERY_LOADING_CACHE_LOOKUP_STRATEGY
-
QUERY_LOADING_FETCH_SIZE
public static final int QUERY_LOADING_FETCH_SIZE- See Also:
-
MAPPING_PROCESS_ANNOTATIONS
public static final boolean MAPPING_PROCESS_ANNOTATIONS- See Also:
-
MAPPING_BUILD_MISSING_DISCOVERED_JANDEX_INDEXES
public static final boolean MAPPING_BUILD_MISSING_DISCOVERED_JANDEX_INDEXES- See Also:
-
MAPPING_DISCOVER_ANNOTATED_TYPES_FROM_ROOT_MAPPING_ANNOTATIONS
public static final boolean MAPPING_DISCOVER_ANNOTATED_TYPES_FROM_ROOT_MAPPING_ANNOTATIONS- See Also:
-
SCHEMA_MANAGEMENT_STRATEGY
-
COORDINATION_STRATEGY
-
INDEXING_PLAN_SYNCHRONIZATION_STRATEGY
public static final BeanReference<IndexingPlanSynchronizationStrategy> INDEXING_PLAN_SYNCHRONIZATION_STRATEGY -
INDEXING_LISTENERS_ENABLED
public static final boolean INDEXING_LISTENERS_ENABLED- See Also:
-
MULTI_TENANCY_TENANT_IDENTIFIER_CONVERTER
public static final BeanReference<TenantIdentifierConverter> MULTI_TENANCY_TENANT_IDENTIFIER_CONVERTER -
INDEXING_MASS_DEFAULT_CLEAN_OPERATION
-