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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnmappedRareTermsAggregate.BuilderBuilder forUnmappedRareTermsAggregate.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase
MultiBucketAggregateBase.AbstractBuilder<TBucket,BuilderT extends MultiBucketAggregateBase.AbstractBuilder<TBucket,BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<UnmappedRareTermsAggregate>_DESERIALIZERJson deserializer forUnmappedRareTermsAggregate -
Method Summary
Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.static UnmappedRareTermsAggregateof(java.util.function.Function<UnmappedRareTermsAggregate.Builder,ObjectBuilder<UnmappedRareTermsAggregate>> fn)protected static voidsetupUnmappedRareTermsAggregateDeserializer(ObjectDeserializer<UnmappedRareTermsAggregate.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase
buckets, serializeInternal, setupMultiBucketAggregateBaseDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregateVariant
_toAggregate
-
Field Details
-
_DESERIALIZER
Json deserializer forUnmappedRareTermsAggregate
-
-
Method Details
-
of
public static UnmappedRareTermsAggregate of(java.util.function.Function<UnmappedRareTermsAggregate.Builder,ObjectBuilder<UnmappedRareTermsAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupUnmappedRareTermsAggregateDeserializer
protected static void setupUnmappedRareTermsAggregateDeserializer(ObjectDeserializer<UnmappedRareTermsAggregate.Builder> op)
-