Uses of Interface
com.atlassian.confluence.search.v2.SearchIndexAction
-
Packages that use SearchIndexAction Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of SearchIndexAction in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type SearchIndexAction Modifier and Type Method Description void
LuceneSearchIndexAccessor. execute(SearchIndexAction action)
-
Uses of SearchIndexAction in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 with parameters of type SearchIndexAction Modifier and Type Method Description void
DelegatingSearchIndexAccessor. execute(SearchIndexAction action)
void
SearchIndexAccessor. execute(SearchIndexAction action)
Executes a SearchIndexAction on the underlying search index.
-