Interface LuceneSearcher<R,ER>


public interface LuceneSearcher<R,ER>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    count(org.apache.lucene.search.IndexSearcher indexSearcher)
     
    org.apache.lucene.search.Explanation
    explain(org.apache.lucene.search.IndexSearcher indexSearcher, int luceneDocId)
     
    org.apache.lucene.search.Query
     
    scroll(org.apache.lucene.search.IndexSearcher indexSearcher, IndexReaderMetadataResolver metadataResolver, int offset, int limit, int totalHitCountThreshold)
     
    search(org.apache.lucene.search.IndexSearcher indexSearcher, IndexReaderMetadataResolver metadataResolver, int offset, Integer limit, int totalHitCountThreshold)
     
    void
     
  • Method Details

    • search

      R search(org.apache.lucene.search.IndexSearcher indexSearcher, IndexReaderMetadataResolver metadataResolver, int offset, Integer limit, int totalHitCountThreshold) throws IOException
      Throws:
      IOException
    • scroll

      ER scroll(org.apache.lucene.search.IndexSearcher indexSearcher, IndexReaderMetadataResolver metadataResolver, int offset, int limit, int totalHitCountThreshold) throws IOException
      Throws:
      IOException
    • count

      int count(org.apache.lucene.search.IndexSearcher indexSearcher) throws IOException
      Throws:
      IOException
    • explain

      org.apache.lucene.search.Explanation explain(org.apache.lucene.search.IndexSearcher indexSearcher, int luceneDocId) throws IOException
      Throws:
      IOException
    • getLuceneQueryForExceptions

      org.apache.lucene.search.Query getLuceneQueryForExceptions()
    • setTimeoutManager

      void setTimeoutManager(TimeoutManager timeoutManager)