Uses of Class
com.atlassian.confluence.search.ReIndexOption
-
-
Uses of ReIndexOption in com.atlassian.confluence.event.events.admin
Methods in com.atlassian.confluence.event.events.admin that return ReIndexOption Modifier and Type Method Description ReIndexOption
ReindexStageFinishedEvent. getReIndexOption()
Deprecated.since 5.10.ReIndexOption
ReindexStageStartedEvent. getReIndexOption()
Deprecated.since 5.10.Constructors in com.atlassian.confluence.event.events.admin with parameters of type ReIndexOption Constructor Description ReindexStageFinishedEvent(Object src, ReIndexOption reIndexOption)
Deprecated.since 5.10.ReindexStageStartedEvent(Object src, ReIndexOption reIndexOption)
Deprecated.since 5.10. -
Uses of ReIndexOption in com.atlassian.confluence.impl.search
Method parameters in com.atlassian.confluence.impl.search with type arguments of type ReIndexOption Modifier and Type Method Description ReIndexTask
CompositeIndexManager. reIndex(EnumSet<ReIndexOption> options)
ReIndexTask
CompositeIndexManager. reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)
-
Uses of ReIndexOption in com.atlassian.confluence.internal.index
Methods in com.atlassian.confluence.internal.index with parameters of type ReIndexOption Modifier and Type Method Description void
EventPublishingReindexProgress. reindexStageFinished(ReIndexOption option)
void
ReindexProgress. reindexStageFinished(ReIndexOption option)
void
EventPublishingReindexProgress. reindexStageStarted(ReIndexOption option)
void
ReindexProgress. reindexStageStarted(ReIndexOption option)
Method parameters in com.atlassian.confluence.internal.index with type arguments of type ReIndexOption Modifier and Type Method Description void
ReIndexer. reIndex(EnumSet<ReIndexOption> options, @NonNull SearchQuery searchQuery, Progress progress)
Triggers a system wide re-index re-index all entities loaded from searchQuery.void
ReIndexer. reIndex(EnumSet<ReIndexOption> options, Progress progress)
Triggers a system wide re-index all entities from the database. -
Uses of ReIndexOption in com.atlassian.confluence.internal.index.lucene
Method parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type ReIndexOption Modifier and Type Method Description ReIndexTask
FullReindexManager. reIndex(EnumSet<ReIndexOption> options)
Triggers a system-wide reindex with specified options.ReIndexTask
FullReindexManager. reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)
Triggers a system-wide re-index where entities are loaded using providedsearchQuery
.ReIndexTask
LuceneFullReindexManager. reIndex(EnumSet<ReIndexOption> options)
ReIndexTask
LuceneFullReindexManager. reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)
void
LuceneReIndexer. reIndex(EnumSet<ReIndexOption> maybeOptions, @NonNull SearchQuery searchQuery, Progress progress)
void
LuceneReIndexer. reIndex(EnumSet<ReIndexOption> maybeOptions, Progress progress)
-
Uses of ReIndexOption in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return ReIndexOption Modifier and Type Method 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.Methods in com.atlassian.confluence.search that return types with arguments of type ReIndexOption Modifier and Type Method Description static EnumSet<ReIndexOption>
ReIndexOption. fullReindex()
Method parameters in com.atlassian.confluence.search with type arguments of type ReIndexOption Modifier and Type Method 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 parameters in com.atlassian.confluence.search with type arguments of type ReIndexOption Constructor Description ReIndexTask(ReIndexer reIndexer, SearchableDao searchableDao, EnumSet<ReIndexOption> options, int jobID)
ReIndexTask(ReIndexer reIndexer, SearchableDao searchableDao, EnumSet<ReIndexOption> options, Optional<SearchQuery> searchQuery, int jobID)
-