Class HibernateOrmMapperSettings.AutomaticIndexingRadicals
- java.lang.Object
-
- org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.AutomaticIndexingRadicals
-
- Enclosing class:
- HibernateOrmMapperSettings
@Deprecated public static final class HibernateOrmMapperSettings.AutomaticIndexingRadicals extends Object
Deprecated.Configuration property keys without theprefix+HibernateOrmMapperSettings.Radicals.AUTOMATIC_INDEXING_PREFIX.
-
-
Field Summary
Fields Modifier and Type Field Description static StringENABLE_DIRTY_CHECKDeprecated.This setting will be removed in a future version.static StringENABLEDDeprecated.static StringSTRATEGYDeprecated.UseHibernateOrmMapperSettings.IndexingRadicals.LISTENERS_ENABLEDinstead (caution: it expects a boolean value).static StringSYNCHRONIZATION_STRATEGYDeprecated.
-
-
-
Field Detail
-
ENABLED
@Deprecated public static final String ENABLED
Deprecated.- See Also:
- Constant Field Values
-
STRATEGY
@Deprecated public static final String STRATEGY
Deprecated.UseHibernateOrmMapperSettings.IndexingRadicals.LISTENERS_ENABLEDinstead (caution: it expects a boolean value).- See Also:
- Constant Field Values
-
SYNCHRONIZATION_STRATEGY
@Deprecated public static final String SYNCHRONIZATION_STRATEGY
Deprecated.- See Also:
- Constant Field Values
-
ENABLE_DIRTY_CHECK
@Deprecated public static final String 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:
- Constant Field Values
-
-