Interface LuceneSearchResult<H>

All Superinterfaces:
org.hibernate.search.engine.search.query.SearchResult<H>

public interface LuceneSearchResult<H> extends org.hibernate.search.engine.search.query.SearchResult<H>
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

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

    • topDocs

      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[]).