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 com.atlassian.confluence.search.lucene -
-
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. -
Uses of ILuceneConnection.WriterAction in com.atlassian.confluence.search.lucene
Methods in com.atlassian.confluence.search.lucene with parameters of type ILuceneConnection.WriterAction Modifier and Type Method Description voidWriterStrategy. perform(ILuceneConnection.WriterAction writerAction)Perform the specified action
-