Interface ILuceneConnection.SearcherAction

  • Enclosing interface:
    ILuceneConnection

    public static interface ILuceneConnection.SearcherAction
    • 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