Interface ILuceneConnection.WriterAction
-
- Enclosing interface:
- ILuceneConnection
public static interface ILuceneConnection.WriterAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperform(org.apache.lucene.index.IndexWriter writer)Perform index writing.
-
-
-
Method Detail
-
perform
void perform(org.apache.lucene.index.IndexWriter writer) throws IOExceptionPerform index writing.- Throws:
IOException
-
-