Interface ILuceneConnection.ReaderAction
-
- Enclosing interface:
- ILuceneConnection
public static interface ILuceneConnection.ReaderAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
perform(org.apache.lucene.index.IndexReader reader)
Perform index reading.
-
-
-
Method Detail
-
perform
Object perform(org.apache.lucene.index.IndexReader reader) throws IOException
Perform index reading.- Throws:
IOException
-
-