Interface ILuceneConnection.SearcherAction

Enclosing interface:
ILuceneConnection

public static interface ILuceneConnection.SearcherAction
  • Method Summary

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

    • 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