Class IndexFixHelper.IndexFixResult
java.lang.Object
ch.tocco.nice2.enterprisesearch.impl.indexfix.IndexFixHelper.IndexFixResult
- Enclosing class:
IndexFixHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addExistingFulltextEntry
(String key, long version) void
addToKeysToAdd
(String key) void
addToKeysToUpdate
(String key) Removes from the existing documents map and returns the version, if it existed.
-
Constructor Details
-
IndexFixResult
-
-
Method Details
-
addExistingFulltextEntry
-
getEntityModel
-
removeExistingDocument
Removes from the existing documents map and returns the version, if it existed.- Parameters:
key
- The key of the document/entity to remove from the map.- Returns:
- the version of the document in the index, if it existed.
-
addToKeysToAdd
-
addToKeysToUpdate
-
getKeysToAdd
-
getKeysToUpdate
-
getKeysToRemove
-