Interface ILuceneConnection.SearcherAction
- Enclosing interface:
- ILuceneConnection
public static interface ILuceneConnection.SearcherAction
-
Method Summary
Modifier and TypeMethodDescriptionvoid
perform
(org.apache.lucene.search.IndexSearcher searcher) Perform search.
-
Method Details
-
perform
Perform search. The searcher is managed which means you must not close the searcher.- Throws:
IOException
-