public interface

WriterStrategy

com.atlassian.confluence.search.lucene.WriterStrategy
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract void perform(ILuceneConnection.WriterAction writerAction)
Perform the specified action

Public Methods

public abstract void perform (ILuceneConnection.WriterAction writerAction)

Perform the specified action