public interface ElasticIndexService
Modifier and Type | Method and Description |
---|---|
void |
enableUpdateTracking()
Enables update tracking in transactions.
|
void |
resetAll(Date timestamp)
Resets all indices when the database has been reset.
|
void |
synchronize(String indexName,
Date timestamp,
boolean deleteOldIndexOnCompletion,
boolean force)
Synchronize a specific index from the database as required.
|
void |
synchronizeAll(Date timestamp,
boolean deleteOldIndexOnCompletion,
boolean force)
Synchronize all indices from the database as required.
|
void resetAll(Date timestamp)
void enableUpdateTracking()
void synchronizeAll(Date timestamp, boolean deleteOldIndexOnCompletion, boolean force)
timestamp
- the current timestampdeleteOldIndexOnCompletion
- true
if the old index should be deletedforce
- true
if a new index should always be createdvoid synchronize(String indexName, Date timestamp, boolean deleteOldIndexOnCompletion, boolean force)
indexName
- the active index name (i.e. the alias)timestamp
- the current timestampdeleteOldIndexOnCompletion
- true
if the old index should be deletedforce
- true
if a new index should always be createdCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.