Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.BatchUpdateAction
-
Packages that use ILuceneConnection.BatchUpdateAction Package Description com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager. -
-
Uses of ILuceneConnection.BatchUpdateAction in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type ILuceneConnection.BatchUpdateAction Modifier and Type Method Description voidILuceneConnection. withBatchUpdate(ILuceneConnection.BatchUpdateAction action)Perform multiple writes to the index.voidLuceneConnection. withBatchUpdate(ILuceneConnection.BatchUpdateAction action)Blocks and waits until all write operations to the index complete.
-