|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReIndexOption | |
---|---|
com.atlassian.confluence.event.events.admin | |
com.atlassian.confluence.index | |
com.atlassian.confluence.search | |
com.atlassian.confluence.search.lucene |
Uses of ReIndexOption in com.atlassian.confluence.event.events.admin |
---|
Methods in com.atlassian.confluence.event.events.admin that return ReIndexOption | |
---|---|
ReIndexOption |
ReindexStageStartedEvent.getReIndexOption()
|
ReIndexOption |
ReindexStageFinishedEvent.getReIndexOption()
|
Constructors in com.atlassian.confluence.event.events.admin with parameters of type ReIndexOption | |
---|---|
ReindexStageFinishedEvent(java.lang.Object src,
ReIndexOption reIndexOption)
|
|
ReindexStageStartedEvent(java.lang.Object src,
ReIndexOption reIndexOption)
|
Uses of ReIndexOption in com.atlassian.confluence.index |
---|
Method parameters in com.atlassian.confluence.index with type arguments of type ReIndexOption | |
---|---|
void |
ReIndexer.reIndex(java.util.Set<ReIndexOption> options,
Progress progress)
Triggers re-index. |
void |
ConfluenceReIndexer.reIndex(java.util.Set<ReIndexOption> options,
Progress progress)
|
Uses of ReIndexOption in com.atlassian.confluence.search |
---|
Constructor parameters in com.atlassian.confluence.search with type arguments of type ReIndexOption | |
---|---|
ReIndexTask(ReIndexer reIndexer,
SearchableDao searchableDao,
java.util.Set<ReIndexOption> options,
int jobID)
|
Uses of ReIndexOption in com.atlassian.confluence.search.lucene |
---|
Methods in com.atlassian.confluence.search.lucene that return ReIndexOption | |
---|---|
static ReIndexOption |
ReIndexOption.valueOf(java.lang.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. |
Method parameters in com.atlassian.confluence.search.lucene with type arguments of type ReIndexOption | |
---|---|
ReIndexTask |
DefaultConfluenceIndexManager.reIndex(java.util.Set<ReIndexOption> options)
Trigger an asynchronous reindex of the system. |
ReIndexTask |
ConfluenceIndexManager.reIndex(java.util.Set<ReIndexOption> options)
Trigger a system wide reindex with specified options. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |