Class IndexingPlanSynchronizationStrategyNames
java.lang.Object
org.hibernate.search.mapper.pojo.work.IndexingPlanSynchronizationStrategyNames
The names of built-in indexing plan synchronization strategies.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA strategy that only waits for index changes to be queued in the backend.static final StringA strategy that waits for index changes to be queued and applied, forces a refresh, and waits for the refresh to complete.static final StringA 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 StringA 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
A strategy that only waits for index changes to be queued in the backend.See the reference documentation for details.
- See Also:
-
WRITE_SYNC
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
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
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:
-