Uses of Interface
com.atlassian.confluence.search.ReIndexSupport
Packages that use ReIndexSupport
-
Uses of ReIndexSupport in com.atlassian.confluence.search
Classes in com.atlassian.confluence.search that implement ReIndexSupportModifier and TypeClassDescriptionclassReindex support for attachments only.classReindex support for content only (excludes attachments and users).enumDeprecated.since 10.1.0.classReindex support for users only.Methods in com.atlassian.confluence.search that return types with arguments of type ReIndexSupportModifier and TypeMethodDescriptionstatic Set<ReIndexSupport> ReIndexUtils.fullReindex()Get the default full reindex options.static Set<ReIndexSupport> ReIndexUtils.fullReindex(boolean reindexingSite) Get the full reindex options, optionally excluding users for site reindexing.Method parameters in com.atlassian.confluence.search with type arguments of type ReIndexSupportModifier and TypeMethodDescriptionstatic booleanReIndexUtils.isFullReindex(Set<ReIndexSupport> options) Check if the given set of options represents a full reindex.