Class UnmappedRareTermsAggregate

java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase<java.lang.Void>
co.elastic.clients.elasticsearch._types.aggregations.UnmappedRareTermsAggregate
All Implemented Interfaces:
AggregateVariant, JsonpSerializable

@JsonpDeserializable
public class UnmappedRareTermsAggregate
extends MultiBucketAggregateBase<java.lang.Void>
implements AggregateVariant
Result of a rare_terms aggregation when the field is unmapped. buckets is always empty.
See Also:
API specification