Class UnmappedSignificantTermsAggregate

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.UnmappedSignificantTermsAggregate
All Implemented Interfaces:
AggregateVariant, JsonpSerializable

@JsonpDeserializable
public class UnmappedSignificantTermsAggregate
extends MultiBucketAggregateBase<java.lang.Void>
implements AggregateVariant
Result of the significant_terms aggregation on an unmapped field. buckets is always empty.
See Also:
API specification