Modifier and Type | Method and Description |
---|---|
@Nullable Progress |
ReindexStartedEvent.getProgress() |
Constructor and Description |
---|
ReindexStartedEvent(Object src,
Progress progress) |
Modifier and Type | Method and Description |
---|---|
void |
ReIndexer.reIndex(EnumSet<ReIndexOption> options,
Progress progress)
Deprecated.
Triggers a system wide re-index all entities from the database.
|
void |
ReIndexer.reIndex(EnumSet<ReIndexOption> options,
@NonNull SearchQuery searchQuery,
Progress progress)
Deprecated.
Triggers a system wide re-index re-index all entities loaded from searchQuery.
|
default void |
ReIndexer.reIndex(Progress progress)
Deprecated.
Triggers a system wide re-index.
|
void |
ReIndexer.reIndex(ReIndexSpec spec,
Progress progress)
Deprecated.
Trigger reindex large amount of content entities accoding to the given specification.
|
default void |
ReIndexer.reIndex(Set<ReIndexOption> options,
Progress progress)
Deprecated.
since 5.10. Use
ReIndexer.reIndex(EnumSet, Progress) instead. |
default void |
ReIndexer.reIndex(Set<ReIndexOption> options,
SearchQuery searchQuery,
Progress progress)
Deprecated.
since 5.10. Use
ReIndexer.reIndex(EnumSet, SearchQuery, Progress) instead. |
Modifier and Type | Method and Description |
---|---|
void |
BatchIndexer.index(List<HibernateHandle> handles,
Progress progress) |
void |
ConcurrentBatchIndexer.index(List<HibernateHandle> handles,
Progress progress) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneBatchIndexer.index(List<HibernateHandle> handles,
Progress progress) |
void |
LuceneReIndexer.reIndex(EnumSet<ReIndexOption> maybeOptions,
Progress progress) |
void |
LuceneReIndexer.reIndex(EnumSet<ReIndexOption> maybeOptions,
@NonNull SearchQuery searchQuery,
Progress progress) |
void |
LuceneReIndexer.reIndex(ReIndexSpec spec,
Progress progress) |
Modifier and Type | Method and Description |
---|---|
Progress |
ReIndexTask.getProgress() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProgress
Thread-safe class for tracking progress.
|
Copyright © 2003–2021 Atlassian. All rights reserved.