Interface ILuceneConnection.SearcherAction
-
- Enclosing interface:
- ILuceneConnection
public static interface ILuceneConnection.SearcherAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidperform(org.apache.lucene.search.IndexSearcher searcher)Perform search.
-
-
-
Method Detail
-
perform
void perform(org.apache.lucene.search.IndexSearcher searcher) throws IOExceptionPerform search. The searcher is managed which means you must not close the searcher.- Throws:
IOException
-
-