Class AutomaticIndexingSynchronizationStrategyNames
java.lang.Object
org.hibernate.search.mapper.orm.automaticindexing.session.AutomaticIndexingSynchronizationStrategyNames
Deprecated.
The names of built-in automatic indexing synchronization strategies,
accepted by
HibernateOrmMapperSettings.AUTOMATIC_INDEXING_SYNCHRONIZATION_STRATEGY
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.A strategy that only waits for index changes to be queued in the backend.static final String
Deprecated.A strategy that waits for index changes to be queued and applied, forces a refresh, and waits for the refresh to complete.static final String
Deprecated.A strategy that waits for index changes to be queued and applied, forces a commit and a refresh, and waits for the commit and refresh to complete.static final String
Deprecated.A strategy that waits for index changes to be queued and applied, forces a commit, and waits for the commit to complete. -
Method Summary
-
Field Details
-
ASYNC
Deprecated.A strategy that only waits for index changes to be queued in the backend.See the reference documentation for details.
- See Also:
-
WRITE_SYNC
Deprecated.A strategy that waits for index changes to be queued and applied, forces a commit, and waits for the commit to complete.See the reference documentation for details.
- See Also:
-
READ_SYNC
Deprecated.A strategy that waits for index changes to be queued and applied, forces a refresh, and waits for the refresh to complete.See the reference documentation for details.
- See Also:
-
SYNC
Deprecated.A strategy that waits for index changes to be queued and applied, forces a commit and a refresh, and waits for the commit and refresh to complete.See the reference documentation for details.
- See Also:
-
IndexingPlanSynchronizationStrategyNames