Interface ILuceneConnection.SearcherWithTokenAction<T>

All Known Implementing Classes:
SearcherWithTokenAction
Enclosing interface:
ILuceneConnection

public static interface ILuceneConnection.SearcherWithTokenAction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    perform(org.apache.lucene.search.IndexSearcher searcher, long searchToken)
    Perform search.
  • Method Details

    • 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