Uses of Class
com.atlassian.confluence.search.lucene.ReIndexOption
-
Packages that use ReIndexOption Package Description com.atlassian.confluence.event.events.admin com.atlassian.confluence.index 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 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.index
Method parameters in com.atlassian.confluence.index with type arguments of type ReIndexOption Modifier and Type Method Description default voidReIndexer. reIndex(Set<ReIndexOption> options, SearchQuery searchQuery, Progress progress)Deprecated.since 5.10.default voidReIndexer. reIndex(Set<ReIndexOption> options, Progress progress)Deprecated.since 5.10. -
Uses of ReIndexOption in com.atlassian.confluence.search.lucene
Methods in com.atlassian.confluence.search.lucene that return ReIndexOption Modifier and Type Method Description static ReIndexOptionReIndexOption. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static ReIndexOption[]ReIndexOption. values()Deprecated.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 Modifier and Type Method Description default ReIndexTaskConfluenceIndexManager. reIndex(Set<ReIndexOption> options)Deprecated.since 5.10, useIndexManager.reIndex(EnumSet)default ReIndexTaskConfluenceIndexManager. reIndex(Set<ReIndexOption> options, SearchQuery searchQuery)Deprecated.since 5.10, useIndexManager.reIndex(EnumSet, SearchQuery)static EnumSet<ReIndexOption>ReIndexOption. upgrade(Set<ReIndexOption> options)Deprecated.
-