Interface TopHits
- All Superinterfaces:
Aggregation,ToXContent,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.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
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
-