Interface TopHits
- All Superinterfaces:
Aggregation,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
- All Known Implementing Classes:
InternalTopHits,ParsedTopHits
public interface TopHits extends Aggregation
Accumulation of the most relevant hits for a bucket this aggregation falls into.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFields -
Field Summary
Fields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITER -
Method Summary
Modifier and Type Method Description SearchHitsgetHits()Methods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetadata, getName, getType
-
Method Details
-
getHits
SearchHits getHits()- Returns:
- The top matching hits for the bucket
-