Class UnmappedTermsAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase<Void>
org.opensearch.client.opensearch._types.aggregations.TermsAggregateBase<Void>
org.opensearch.client.opensearch._types.aggregations.UnmappedTermsAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<UnmappedTermsAggregate.Builder,UnmappedTermsAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class UnmappedTermsAggregate
extends TermsAggregateBase<Void>
implements AggregateVariant, ToCopyableBuilder<UnmappedTermsAggregate.Builder,UnmappedTermsAggregate>
Result of a
terms aggregation when the field is unmapped. buckets is always empty.-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.TermsAggregateBase
TermsAggregateBase.AbstractBuilder<TBucket,BuilderT extends TermsAggregateBase.AbstractBuilder<TBucket, BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UnmappedTermsAggregate> Json deserializer forUnmappedTermsAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.builder()booleaninthashCode()static UnmappedTermsAggregateprotected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.aggregations.TermsAggregateBase
docCountErrorUpperBound, serializeInternal, setupTermsAggregateBaseDeserializer, sumOtherDocCountMethods inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
buckets, setupMultiBucketAggregateBaseDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregateVariant
toAggregateMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forUnmappedTermsAggregate
-
-
Method Details
-
of
public static UnmappedTermsAggregate of(Function<UnmappedTermsAggregate.Builder, ObjectBuilder<UnmappedTermsAggregate>> fn) -
_aggregateKind
Aggregatevariant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<UnmappedTermsAggregate.Builder,UnmappedTermsAggregate> - Returns:
- a new builder instance.
-
builder
-
setupUnmappedTermsAggregateDeserializer
protected static void setupUnmappedTermsAggregateDeserializer(ObjectDeserializer<UnmappedTermsAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classTermsAggregateBase<Void>
-
equals
- Overrides:
equalsin classTermsAggregateBase<Void>
-