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.
|
void |
reindexUsersInGroup(String groupName) |
default ChangeIndexer |
synchronous()
Return synchronous indexer that will perform index in the caller thread.
|
void |
unIndexSpace(Space space) |
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()
void unIndexSpace(Space space)
void reindexUsersInGroup(String groupName)
Copyright © 2003–2021 Atlassian. All rights reserved.