Package | Description |
---|---|
com.atlassian.confluence.event.events.admin | |
com.atlassian.confluence.index | |
com.atlassian.confluence.search | |
com.atlassian.confluence.search.lucene |
Modifier and Type | Method and Description |
---|---|
ReIndexOption |
ReindexStageStartedEvent.getReIndexOption() |
ReIndexOption |
ReindexStageFinishedEvent.getReIndexOption() |
Constructor and Description |
---|
ReindexStageFinishedEvent(Object src,
ReIndexOption reIndexOption) |
ReindexStageStartedEvent(Object src,
ReIndexOption reIndexOption) |
Modifier and Type | Method and Description |
---|---|
default void |
ReIndexer.reIndex(Set<ReIndexOption> options,
Progress progress)
Triggers a system wide re-index.
|
void |
ReIndexer.reIndex(Set<ReIndexOption> options,
SearchQuery luceneQuery,
Progress progress)
Triggers a system wide re-index.
|
void |
ConfluenceReIndexer.reIndex(Set<ReIndexOption> options,
SearchQuery searchQuery,
Progress progress) |
Constructor and Description |
---|
ReIndexTask(ReIndexer reIndexer,
SearchableDao searchableDao,
Set<ReIndexOption> options,
int jobID) |
ReIndexTask(ReIndexer reIndexer,
SearchableDao searchableDao,
Set<ReIndexOption> options,
SearchQuery luceneQuery,
int jobID) |
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 |
DefaultConfluenceIndexManager.reIndex(Set<ReIndexOption> options)
Trigger a system wide reindex with specified options.
|
ReIndexTask |
ConfluenceIndexManager.reIndex(Set<ReIndexOption> options)
Trigger a system wide reindex with specified options.
|
ReIndexTask |
DefaultConfluenceIndexManager.reIndex(Set<ReIndexOption> options,
SearchQuery luceneQuery)
Trigger an asynchronous reindex of the system.
|
ReIndexTask |
ConfluenceIndexManager.reIndex(Set<ReIndexOption> options,
SearchQuery luceneQuery)
Triggers a system wide re-index.
|
Copyright © 2003–2016 Atlassian. All rights reserved.