Class UnmappedRareTermsAggregate
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase<java.lang.Void>
-
- org.opensearch.client.opensearch._types.aggregations.UnmappedRareTermsAggregate
-
- All Implemented Interfaces:
JsonpSerializable,AggregateVariant
@JsonpDeserializable public class UnmappedRareTermsAggregate extends MultiBucketAggregateBase<java.lang.Void> implements AggregateVariant
Result of arare_termsaggregation when the field is unmapped.bucketsis always empty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnmappedRareTermsAggregate.BuilderBuilder forUnmappedRareTermsAggregate.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._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
All Methods Static Methods Instance Methods Concrete Methods 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 org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
buckets, serializeInternal, setupMultiBucketAggregateBaseDeserializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregateVariant
_toAggregate
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<UnmappedRareTermsAggregate> _DESERIALIZER
Json deserializer forUnmappedRareTermsAggregate
-
-
Method Detail
-
of
public static UnmappedRareTermsAggregate of(java.util.function.Function<UnmappedRareTermsAggregate.Builder,ObjectBuilder<UnmappedRareTermsAggregate>> fn)
-
_aggregateKind
public Aggregate.Kind _aggregateKind()
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupUnmappedRareTermsAggregateDeserializer
protected static void setupUnmappedRareTermsAggregateDeserializer(ObjectDeserializer<UnmappedRareTermsAggregate.Builder> op)
-
-