Uses of Interface
com.atlassian.confluence.search.v2.SearchIndexAction
Packages that use SearchIndexAction
Package
Description
Provides an extensible, flexible search API.
-
Uses of SearchIndexAction in com.atlassian.confluence.internal.index
Methods in com.atlassian.confluence.internal.index with parameters of type SearchIndexActionModifier and TypeMethodDescriptionvoid
AbstractReindexer.Context.Executor.execute
(SearchIndexAction action) -
Uses of SearchIndexAction in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type SearchIndexActionModifier and TypeMethodDescriptionvoid
LuceneSearchIndexAccessor.execute
(SearchIndexAction action) -
Uses of SearchIndexAction in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch with parameters of type SearchIndexActionModifier and TypeMethodDescriptionvoid
OpenSearchSearchIndexAccessor.execute
(SearchIndexAction action) -
Uses of SearchIndexAction in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 with parameters of type SearchIndexActionModifier and TypeMethodDescriptionvoid
DelegatingSearchIndexAccessor.execute
(SearchIndexAction action) void
SearchIndexAccessor.execute
(SearchIndexAction action) Executes a SearchIndexAction on the underlying search index.void
StagingIndexFactory.StagingIndex.execute
(SearchIndexAction action) Executes the providedSearchIndexAction
on the staging index.