com.atlassian.confluence.search.lucene
Interface WriterStrategy
- All Known Implementing Classes:
- TempIndexWriterStrategy
public interface WriterStrategy
Strategy that allows clients to customize the handling of ILuceneConnection.WriterAction
s.
That is, clients can specify what IndexWriter
to use to perform the write operation declared
in a ILuceneConnection.WriterAction
.
Method Summary |
void |
perform(com.atlassian.bonnie.ILuceneConnection.WriterAction writerAction)
Perform the specified action |
perform
void perform(com.atlassian.bonnie.ILuceneConnection.WriterAction writerAction)
- Perform the specified action