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:
parent
7d16e10357
commit
d382e0efd6
5 changed files with 46 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue