public interface ReIndexer
Modifier and Type | Method and Description |
---|---|
default void |
reIndex(Progress progress)
Triggers a system wide re-index.
|
default void |
reIndex(Set<ReIndexOption> options,
Progress progress)
Triggers a system wide re-index.
|
void |
reIndex(Set<ReIndexOption> options,
SearchQuery luceneQuery,
Progress progress)
Triggers a system wide re-index.
|
default void reIndex(Progress progress)
progress
- object to track progress of re-index.default void reIndex(Set<ReIndexOption> options, Progress progress)
options
- Optional. Allows a subset of all searchable content to be re-indexed.progress
- object to track progress of re-index.void reIndex(Set<ReIndexOption> options, SearchQuery luceneQuery, Progress progress)
options
- Optional. Allows a subset of all searchable content to be re-indexed.luceneQuery
- Optional. A lucene query that may be used to load the entities to be re-indexed.
Pass null to index all entities from the database.progress
- object to track progress of re-index.Copyright © 2003–2016 Atlassian. All rights reserved.