Class HibernateOrmMapperSettings.IndexingRadicals
- java.lang.Object
-
- org.hibernate.search.mapper.orm.cfg.HibernateOrmMapperSettings.IndexingRadicals
-
- Enclosing class:
- HibernateOrmMapperSettings
public static final class HibernateOrmMapperSettings.IndexingRadicals extends Object
Configuration property keys without theprefix+HibernateOrmMapperSettings.Radicals.INDEXING_PREFIX.
-
-
Field Summary
Fields Modifier and Type Field Description static StringLISTENERS_ENABLEDstatic StringLISTENERS_PREFIXstatic StringPLAN_PREFIXstatic StringPLAN_SYNCHRONIZATION_STRATEGY
-
-
-
Field Detail
-
PLAN_PREFIX
public static final String PLAN_PREFIX
- See Also:
- Constant Field Values
-
PLAN_SYNCHRONIZATION_STRATEGY
public static final String PLAN_SYNCHRONIZATION_STRATEGY
- See Also:
- Constant Field Values
-
LISTENERS_PREFIX
public static final String LISTENERS_PREFIX
- See Also:
- Constant Field Values
-
LISTENERS_ENABLED
public static final String LISTENERS_ENABLED
- See Also:
- Constant Field Values
-
-