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 ReIndexOptionReindexStageFinishedEvent. getReIndexOption()Deprecated.since 5.10.ReIndexOptionReindexStageStartedEvent. 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 ReIndexTaskCompositeIndexManager. reIndex(EnumSet<ReIndexOption> options)ReIndexTaskCompositeIndexManager. 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 voidEventPublishingReindexProgress. reindexStageFinished(ReIndexOption option)voidReindexProgress. reindexStageFinished(ReIndexOption option)voidEventPublishingReindexProgress. reindexStageStarted(ReIndexOption option)voidReindexProgress. reindexStageStarted(ReIndexOption option)Method parameters in com.atlassian.confluence.internal.index with type arguments of type ReIndexOption Modifier and Type Method Description voidReIndexer. reIndex(EnumSet<ReIndexOption> options, @NonNull SearchQuery searchQuery, Progress progress)Triggers a system wide re-index re-index all entities loaded from searchQuery.voidReIndexer. 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 ReIndexTaskFullReindexManager. reIndex(EnumSet<ReIndexOption> options)Triggers a system-wide reindex with specified options.ReIndexTaskFullReindexManager. reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)Triggers a system-wide re-index where entities are loaded using providedsearchQuery.ReIndexTaskLuceneFullReindexManager. reIndex(EnumSet<ReIndexOption> options)ReIndexTaskLuceneFullReindexManager. reIndex(EnumSet<ReIndexOption> options, SearchQuery searchQuery)voidLuceneReIndexer. reIndex(EnumSet<ReIndexOption> maybeOptions, @NonNull SearchQuery searchQuery, Progress progress)voidLuceneReIndexer. 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 ReIndexOptionReIndexOption. 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 booleanReIndexOption. isFullReindex(Set<ReIndexOption> options)ReIndexTaskIndexManager. reIndex(EnumSet<ReIndexOption> options)Triggers a system wide reindex with specified options, entities are loaded from the database.ReIndexTaskIndexManager. 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)
-