Interface ILuceneConnection.SearcherWithTokenAction<T>
-
- All Known Implementing Classes:
SearcherWithTokenAction
- Enclosing interface:
- ILuceneConnection
public static interface ILuceneConnection.SearcherWithTokenAction<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
perform(org.apache.lucene.search.IndexSearcher searcher, long searchToken)
Perform search.
-
-
-
Method Detail
-
perform
T perform(org.apache.lucene.search.IndexSearcher searcher, long searchToken) throws IOException
Perform search. The searcher is managed which means you must not close the searcher.- Throws:
IOException
-
-