public interface ChangeIndexer
extends com.atlassian.bonnie.Indexer
Modifier and Type | Method and Description |
---|---|
void |
reIndexAllVersions(com.atlassian.bonnie.Searchable searchable)
Reindexes all versions of the specified content.
|
default ChangeIndexer |
synchronous()
Return synchronous indexer that will perform index in the caller thread.
|
void reIndexAllVersions(com.atlassian.bonnie.Searchable searchable)
Indexer.reIndex(com.atlassian.bonnie.Searchable)
if what has been updated in
the specified searchable is information that is duplicated across all versions of the changeable in the index
(say permissions).searchable
- a Versioned
changeable.default ChangeIndexer synchronous()
Copyright © 2003–2019 Atlassian. All rights reserved.