Class BucketScriptPipelineAggregationBuilder
java.lang.Object
org.opensearch.search.aggregations.PipelineAggregationBuilder
org.opensearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
org.opensearch.search.aggregations.pipeline.BucketScriptPipelineAggregationBuilder
- All Implemented Interfaces:
org.opensearch.core.common.io.stream.NamedWriteable
,org.opensearch.core.common.io.stream.Writeable
,org.opensearch.core.xcontent.ToXContent
,org.opensearch.core.xcontent.ToXContentFragment
,Rewriteable<PipelineAggregationBuilder>
,BaseAggregationBuilder
public class BucketScriptPipelineAggregationBuilder
extends AbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
Aggregation Builder for bucket_script agg
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.search.aggregations.PipelineAggregationBuilder
PipelineAggregationBuilder.ValidationContext
Nested classes/interfaces inherited from interface org.opensearch.core.xcontent.ToXContent
org.opensearch.core.xcontent.ToXContent.DelegatingMapParams, org.opensearch.core.xcontent.ToXContent.MapParams, org.opensearch.core.xcontent.ToXContent.Params
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final org.opensearch.core.xcontent.ConstructingObjectParser
<BucketScriptPipelineAggregationBuilder, String> Fields inherited from class org.opensearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
BUCKETS_PATH_FIELD, metadata, type
Fields inherited from class org.opensearch.search.aggregations.PipelineAggregationBuilder
bucketsPaths, name
Fields inherited from interface org.opensearch.index.query.Rewriteable
MAX_REWRITE_ROUNDS
Fields inherited from interface org.opensearch.core.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorDescriptionBucketScriptPipelineAggregationBuilder
(String name, Map<String, String> bucketsPathsMap, Script script) BucketScriptPipelineAggregationBuilder
(String name, Script script, String... bucketsPaths) BucketScriptPipelineAggregationBuilder
(org.opensearch.core.common.io.stream.StreamInput in) Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregator
createInternal
(Map<String, Object> metadata) protected void
doWriteTo
(org.opensearch.core.common.io.stream.StreamOutput out) boolean
format()
Gets the format to use on the output of this aggregation.Sets the format to use on the output of this aggregation.protected DocValueFormat
Gets the gap policy to use for this aggregation.gapPolicy
(BucketHelpers.GapPolicy gapPolicy) Sets the gap policy to use for this aggregation.int
hashCode()
protected org.opensearch.core.xcontent.XContentBuilder
internalXContent
(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.ToXContent.Params params) protected boolean
protected void
Makes sure this builder is properly configured.Methods inherited from class org.opensearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, setMetadata, toXContent, type, writeTo
Methods inherited from class org.opensearch.search.aggregations.PipelineAggregationBuilder
getBucketsPaths, getName, rewrite, subAggregations, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.opensearch.core.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
-
PARSER
public static final org.opensearch.core.xcontent.ConstructingObjectParser<BucketScriptPipelineAggregationBuilder,String> PARSER
-
-
Constructor Details
-
BucketScriptPipelineAggregationBuilder
-
BucketScriptPipelineAggregationBuilder
-
BucketScriptPipelineAggregationBuilder
public BucketScriptPipelineAggregationBuilder(org.opensearch.core.common.io.stream.StreamInput in) throws IOException Read from a stream.- Throws:
IOException
-
-
Method Details
-
doWriteTo
- Specified by:
doWriteTo
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
- Throws:
IOException
-
format
Sets the format to use on the output of this aggregation. -
format
Gets the format to use on the output of this aggregation. -
formatter
-
gapPolicy
Sets the gap policy to use for this aggregation. -
gapPolicy
Gets the gap policy to use for this aggregation. -
createInternal
- Specified by:
createInternal
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
internalXContent
protected org.opensearch.core.xcontent.XContentBuilder internalXContent(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.ToXContent.Params params) throws IOException - Specified by:
internalXContent
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
- Throws:
IOException
-
validate
Description copied from class:PipelineAggregationBuilder
Makes sure this builder is properly configured.- Specified by:
validate
in classPipelineAggregationBuilder
-
overrideBucketsPath
protected boolean overrideBucketsPath()- Overrides:
overrideBucketsPath
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
- Returns:
true
if theAbstractPipelineAggregationBuilder
overrides the XContent rendering of the bucketPath option.
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
equals
- Overrides:
equals
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
getWriteableName
-