VIVO-869 Don't submit updates while indexer is paused.

When the pause flag is set, the IndexingChangeListener will continue to accumulate changes even if there
are gaps in the stream. The listener will not submit a task until the indexer is unpaused.
This commit is contained in:
Jim Blake 2015-01-21 12:30:44 -05:00
parent 7d16e10357
commit d382e0efd6
5 changed files with 46 additions and 11 deletions

View file

@ -68,7 +68,7 @@
# developer.searchIndex.showDocuments = false
# developer.searchIndex.uriOrNameRestriction = .*
# developer.searchIndex.documentRestriction = .*
# developer.searchIndex.logIndexingBreakdownTimings = .*
# developer.searchIndex.logIndexingBreakdownTimings = false
# developer.searchIndex.suppressModelChangeListener = false
# developer.searchDeletions.enable = false