Class SearchHits

    • Field Detail

      • EMPTY

        public static final SearchHit[] EMPTY
      • totalHits

        public long totalHits
    • Constructor Detail

      • SearchHits

        public SearchHits​(SearchHit[] hits,
                          long totalHits,
                          float maxScore)
    • Method Detail

      • getTotalHits

        public long getTotalHits()
        The total number of hits that matches the search request.
      • getMaxScore

        public float getMaxScore()
        The maximum score of this query.
      • getHits

        public SearchHit[] getHits()
        The hits of the search request (based on the search type, and from / size provided).
      • getAt

        public SearchHit getAt​(int position)
        Return the hit as the provided position.
      • iterator

        public java.util.Iterator<SearchHit> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<SearchHit>
      • fromXContent

        public static SearchHits fromXContent​(XContentParser parser)
                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • readSearchHits

        public static SearchHits readSearchHits​(StreamInput in)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object