Class UnmappedTermsAggregate
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase<TBucket>
co.elastic.clients.elasticsearch._types.aggregations.TermsAggregateBase<java.lang.Void>
co.elastic.clients.elasticsearch._types.aggregations.UnmappedTermsAggregate
- All Implemented Interfaces:
AggregateVariant,JsonpSerializable
@JsonpDeserializable public class UnmappedTermsAggregate extends TermsAggregateBase<java.lang.Void> implements AggregateVariant
Result of a
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 classUnmappedTermsAggregate.BuilderBuilder forUnmappedTermsAggregate.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.TermsAggregateBase
TermsAggregateBase.AbstractBuilder<TBucket,BuilderT extends TermsAggregateBase.AbstractBuilder<TBucket,BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<UnmappedTermsAggregate>_DESERIALIZERJson deserializer forUnmappedTermsAggregate -
Method Summary
Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.static UnmappedTermsAggregateof(java.util.function.Function<UnmappedTermsAggregate.Builder,ObjectBuilder<UnmappedTermsAggregate>> fn)protected static voidsetupUnmappedTermsAggregateDeserializer(ObjectDeserializer<UnmappedTermsAggregate.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.TermsAggregateBase
docCountErrorUpperBound, serializeInternal, setupTermsAggregateBaseDeserializer, sumOtherDocCountMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase
buckets, 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 forUnmappedTermsAggregate
-
-
Method Details
-
of
public static UnmappedTermsAggregate of(java.util.function.Function<UnmappedTermsAggregate.Builder,ObjectBuilder<UnmappedTermsAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupUnmappedTermsAggregateDeserializer
protected static void setupUnmappedTermsAggregateDeserializer(ObjectDeserializer<UnmappedTermsAggregate.Builder> op)
-