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.Methods in com.atlassian.confluence.event.events.admin that return types with arguments of type ReIndexOption Modifier and Type Method Description EnumSet<ReIndexOption>
ReIndexRequestEvent. getOptions()
EnumSet<ReIndexOption>
ReindexStartedEvent. getOptions()
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.Constructor parameters in com.atlassian.confluence.event.events.admin with type arguments of type ReIndexOption Constructor Description ReIndexRequestEvent(Object src, String jobId, String sourceNodeId, EnumSet<ReIndexOption> options, List<String> spaceKeys)
ReindexStartedEvent(Object src, @Nullable Progress progress, @Nullable UUID reindexId, EnumSet<ReIndexOption> options, List<String> spaceKeys)
-
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, @NonNull List<String> spaceKeys)
ReIndexTask
CompositeIndexManager. reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)
-
Uses of ReIndexOption in com.atlassian.confluence.impl.system.task
Methods in com.atlassian.confluence.impl.system.task that return types with arguments of type ReIndexOption Modifier and Type Method Description EnumSet<ReIndexOption>
ReIndexMaintenanceTask. getOptions()
Constructor parameters in com.atlassian.confluence.impl.system.task with type arguments of type ReIndexOption Constructor Description ReIndexMaintenanceTask(String jobId, String sourceNodeId, EnumSet<ReIndexOption> options, List<String> spaceKeys)
-
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 all entities loaded from searchQuery.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, List<String> spaceKeys, Progress progress)
Triggers a re-index all entities from a space.void
EventPublishingReindexProgress. reindexStarted(EnumSet<ReIndexOption> options, List<String> spaceKeys)
void
ReindexProgress. reindexStarted(EnumSet<ReIndexOption> maybeOptions, List<String> spaceKeys)
-
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, @NonNull List<String> spaceKeys)
Triggers a re-index where entities are loaded using providedsearchQuery
.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, @NonNull List<String> spaceKeys)
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)
void
LuceneReIndexer. reIndex(EnumSet<ReIndexOption> options, List<String> spaceKeys, Progress progress)
-
Uses of ReIndexOption in com.atlassian.confluence.plugins.rest.service
Method parameters in com.atlassian.confluence.plugins.rest.service with type arguments of type ReIndexOption Modifier and Type Method Description boolean
DefaultReIndexService. reindex(@NonNull List<String> spaceKeys, @NonNull EnumSet<ReIndexOption> reIndexOptions)
boolean
ReIndexService. reindex(@NonNull List<String> spaceKeys, @NonNull EnumSet<ReIndexOption> reIndexOptions)
-
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. deserialise(Collection<String> options, boolean reindexingSite)
static EnumSet<ReIndexOption>
ReIndexOption. fullReindex()
This is only for site reindexingstatic EnumSet<ReIndexOption>
ReIndexOption. fullReindex(boolean reindexingSite)
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, @NonNull List<String> spaceKeys)
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)
ReIndexTask(ReIndexer reIndexer, SearchableDao searchableDao, List<String> spaceKeys, EnumSet<ReIndexOption> options, int jobID)
ReIndexTask(ReIndexer reIndexer, SearchableDao searchableDao, List<String> spaceKeys, EnumSet<ReIndexOption> options, Optional<SearchQuery> searchQuery, int jobID)
-