| Package | Description |
|---|---|
| com.atlassian.confluence.index | |
| com.atlassian.confluence.internal.index.lucene | |
| com.atlassian.confluence.search | |
| com.atlassian.confluence.search.lucene |
| Modifier and Type | Method and Description |
|---|---|
void |
ReIndexer.reIndex(EnumSet<ReIndexOption> options,
Progress progress)
Triggers a system wide re-index all entities from the database.
|
void |
ReIndexer.reIndex(EnumSet<ReIndexOption> options,
@NonNull SearchQuery searchQuery,
Progress progress)
Triggers a system wide re-index re-index all entities loaded from searchQuery.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LuceneReIndexer.reIndex(EnumSet<ReIndexOption> maybeOptions,
Progress progress) |
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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ReIndexTask |
LuceneIndexManager.reIndex(EnumSet<ReIndexOption> options) |
ReIndexTask |
LuceneIndexManager.reIndex(EnumSet<ReIndexOption> options,
SearchQuery searchQuery)
Trigger an asynchronous reindex of the system.
|
Copyright © 2003–2019 Atlassian. All rights reserved.