Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.WriterAction
-
Packages that use ILuceneConnection.WriterAction Package Description com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager. -
-
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.WriterAction Modifier and Type Method Description voidILuceneConnection. withWriter(ILuceneConnection.WriterAction action)Add (write) documents to the indexvoidLuceneConnection. withWriter(ILuceneConnection.WriterAction action)Blocks and waits until all write operations to the index complete.
-