Uses of Interface
com.atlassian.confluence.search.v2.BatchUpdateAction
Packages that use BatchUpdateAction
Package
Description
Provides an extensible, flexible search API.
-
Uses of BatchUpdateAction in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type BatchUpdateActionModifier and TypeMethodDescriptionvoid
LuceneSearchIndexAccessor.withBatchUpdate
(BatchUpdateAction batchUpdateAction) -
Uses of BatchUpdateAction in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch with parameters of type BatchUpdateActionModifier and TypeMethodDescriptionvoid
OpenSearchSearchIndexAccessor.withBatchUpdate
(BatchUpdateAction batchUpdateAction) -
Uses of BatchUpdateAction in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 with parameters of type BatchUpdateActionModifier and TypeMethodDescriptionvoid
DelegatingSearchIndexAccessor.withBatchUpdate
(BatchUpdateAction batchUpdateAction) void
SearchIndexAccessor.withBatchUpdate
(BatchUpdateAction batchUpdateAction) Execute the update action in a batch.