Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.WriterAction
Packages that use ILuceneConnection.WriterAction
-
Uses of ILuceneConnection.WriterAction in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type ILuceneConnection.WriterActionModifier and TypeMethodDescriptionvoid
ILuceneConnection.withWriter
(ILuceneConnection.WriterAction action) Add (write) documents to the indexvoid
LuceneConnection.withWriter
(ILuceneConnection.WriterAction action) Blocks and waits until all write operations to the index complete.