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