Interface ISearchResults

    • Method Detail

      • getTotalHits

        long getTotalHits()
        Returns the number of hits in the collection.
        Returns:
        the number of hits in the collection.
        Since:
        8.1.0
      • getAggregations

        Map<String,​IAggregationResult> getAggregations()
        Returns the aggregation results (unmodifiable) map.
        Returns:
        the aggregation results (unmodifiable) map.
        Since:
        9.0.0