public interface FullReindexManager
SearchIndex
.Modifier and Type | Method and Description |
---|---|
@Nullable ReIndexTask |
getLastReindexingTask()
Retrieve the last reindexing task.
|
boolean |
isReIndexing()
Returns true if the system is currently being reindexed.
|
ReIndexTask |
reIndex()
Triggers a system wide reindex of all content and changes.
|
ReIndexTask |
reIndex(EnumSet<ReIndexOption> options)
Triggers a system wide reindex with specified options.
|
ReIndexTask |
reIndex(EnumSet<ReIndexOption> options,
SearchQuery searchQuery)
Triggers a system wide re-index where entities are loaded using provided
searchQuery . |
void |
unIndexAll()
Drop everything from the search index.
|
ReIndexTask reIndex()
ReIndexTask reIndex(EnumSet<ReIndexOption> options)
ReIndexTask reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)
searchQuery
.
If reindex is already in progress, returns it's stats.options
- Optional. Allows a subset of all searchable content to be re-indexed.searchQuery
- A query that is used to load the entities to be re-indexed.@Nullable ReIndexTask getLastReindexingTask()
boolean isReIndexing()
void unIndexAll()
Copyright © 2003–2021 Atlassian. All rights reserved.