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.WriterActions. 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
 

Method Detail

perform

void perform(com.atlassian.bonnie.ILuceneConnection.WriterAction writerAction)
Perform the specified action



Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.