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