public interface ReIndexer
Modifier and Type | Method and Description |
---|---|
void |
reIndex(EnumSet<ReIndexOption> options,
Progress progress)
Triggers a system wide re-index all entities from the database.
|
void |
reIndex(EnumSet<ReIndexOption> options,
SearchQuery searchQuery,
Progress progress)
Triggers a system wide re-index re-index all entities loaded from searchQuery.
|
default void |
reIndex(Progress progress)
Triggers a system wide re-index.
|
default void |
reIndex(Set<ReIndexOption> options,
Progress progress)
Deprecated.
since 5.10. Use
reIndex(Set, Progress) instead. |
default void |
reIndex(Set<ReIndexOption> options,
SearchQuery searchQuery,
Progress progress)
Deprecated.
since 5.10. Use
reIndex(Set, SearchQuery, Progress) instead. |
default void reIndex(Progress progress)
progress
- object to track progress of re-index.@Deprecated default void reIndex(Set<ReIndexOption> options, Progress progress)
reIndex(Set, Progress)
instead.@Deprecated default void reIndex(Set<ReIndexOption> options, SearchQuery searchQuery, Progress progress)
reIndex(Set, SearchQuery, Progress)
instead.void reIndex(EnumSet<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(EnumSet<ReIndexOption> options, @Nonnull SearchQuery searchQuery, Progress progress)
options
- Optional. Allows a subset of all searchable content to be re-indexed.searchQuery
- A query that may be used to load the entities to be re-indexed.progress
- object to track progress of re-index.Copyright © 2003–2017 Atlassian. All rights reserved.