Modifier and Type | Method and Description |
---|---|
ReIndexTask |
CompositeIndexManager.reIndex(EnumSet<ReIndexOption> options) |
ReIndexTask |
CompositeIndexManager.reIndex(EnumSet<ReIndexOption> options,
SearchQuery searchQuery) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ReindexProgress.reindexStageFinished(ReIndexOption option) |
void |
EventPublishingReindexProgress.reindexStageFinished(ReIndexOption option) |
void |
ReindexProgress.reindexStageStarted(ReIndexOption option) |
void |
EventPublishingReindexProgress.reindexStageStarted(ReIndexOption option) |
Modifier and Type | Method and Description |
---|---|
ReIndexTask |
FullReindexManager.reIndex(EnumSet<ReIndexOption> options)
Triggers a system wide reindex with specified options.
|
ReIndexTask |
LuceneFullReindexManager.reIndex(EnumSet<ReIndexOption> options) |
void |
LuceneReIndexer.reIndex(EnumSet<ReIndexOption> maybeOptions,
Progress progress) |
ReIndexTask |
FullReindexManager.reIndex(EnumSet<ReIndexOption> options,
SearchQuery searchQuery)
Triggers a system wide re-index where entities are loaded using provided
searchQuery . |
ReIndexTask |
LuceneFullReindexManager.reIndex(EnumSet<ReIndexOption> options,
SearchQuery searchQuery) |
void |
LuceneReIndexer.reIndex(EnumSet<ReIndexOption> maybeOptions,
@NonNull SearchQuery searchQuery,
Progress progress) |
Modifier and Type | Method and Description |
---|---|
static ReIndexOption |
ReIndexOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReIndexOption[] |
ReIndexOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<ReIndexOption> |
ReIndexOption.fullReindex() |
Modifier and Type | Method and Description |
---|---|
static boolean |
ReIndexOption.isFullReindex(Set<ReIndexOption> options) |
ReIndexTask |
IndexManager.reIndex(EnumSet<ReIndexOption> options)
Triggers a system wide reindex with specified options, entities are loaded from the database.
|
ReIndexTask |
IndexManager.reIndex(EnumSet<ReIndexOption> options,
SearchQuery searchQuery)
Triggers a system wide re-index.
|
Constructor and Description |
---|
ReIndexTask(ReIndexer reIndexer,
SearchableDao searchableDao,
EnumSet<ReIndexOption> options,
int jobID) |
ReIndexTask(ReIndexer reIndexer,
SearchableDao searchableDao,
EnumSet<ReIndexOption> options,
Optional<SearchQuery> searchQuery,
int jobID) |
ReIndexTask(ReIndexer reIndexer,
SearchableDao searchableDao,
Set<ReIndexOption> options,
SearchQuery luceneQuery,
int jobID)
Deprecated.
since 5.10
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<ReIndexOption> |
ReIndexOption.upgrade(Set<ReIndexOption> options)
Deprecated.
|
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences