Class BucketPathAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
co.elastic.clients.elasticsearch._types.aggregations.BucketPathAggregation
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
BucketCorrelationAggregation,BucketKsAggregation,PipelineAggregationBase
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBucketPathAggregation.AbstractBuilder<BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BucketsPathPath to the buckets that contain one set of values to correlate.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>>
voidsetupBucketPathAggregationDeserializer(ObjectDeserializer<BuilderT> op) Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregationBase
meta, name, serialize, setupAggregationBaseDeserializer, toString
-
Constructor Details
-
BucketPathAggregation
-
-
Method Details
-
bucketsPath
Path to the buckets that contain one set of values to correlate.API name:
buckets_path -
serializeInternal
- Overrides:
serializeInternalin classAggregationBase
-
setupBucketPathAggregationDeserializer
protected static <BuilderT extends BucketPathAggregation.AbstractBuilder<BuilderT>> void setupBucketPathAggregationDeserializer(ObjectDeserializer<BuilderT> op)
-