Interface LuceneSearchResult<H>

All Superinterfaces:
SearchResult<H>

public interface LuceneSearchResult<H> extends SearchResult<H>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.search.TopDocs
     

    Methods inherited from interface org.hibernate.search.engine.search.query.SearchResult

    aggregation, hits, timedOut, took, total
  • Method Details

    • topDocs

      org.apache.lucene.search.TopDocs topDocs()
      Returns:
      the Lucene topDocs produced by the query.

      For the common use cases there is no meaning for using it. It might be used by an advanced user who needs to merge different query result, using the merge low level Lucene API, such as TopDocs.merge(int, TopDocs[]).