Class BucketScriptPipelineAggregationBuilder
java.lang.Object
org.elasticsearch.search.aggregations.PipelineAggregationBuilder
org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
org.elasticsearch.search.aggregations.pipeline.BucketScriptPipelineAggregationBuilder
- All Implemented Interfaces:
NamedWriteable
,Writeable
,Rewriteable<PipelineAggregationBuilder>
,BaseAggregationBuilder
,ToXContent
,ToXContentFragment
public class BucketScriptPipelineAggregationBuilder
extends AbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
PipelineAggregationBuilder.ValidationContext
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
BUCKETS_PATH_FIELD, metadata, type
Fields inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
bucketsPaths, name
Fields inherited from interface org.elasticsearch.index.query.Rewriteable
MAX_REWRITE_ROUNDS
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorDescriptionBucketScriptPipelineAggregationBuilder
(String name, Map<String, String> bucketsPathsMap, Script script) BucketScriptPipelineAggregationBuilder
(String name, Script script, String... bucketsPaths) Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregator
createInternal
(Map<String, Object> metadata) protected void
doWriteTo
(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.Returns the name of the writeable objectint
hashCode()
protected XContentBuilder
internalXContent
(XContentBuilder builder, ToXContent.Params params) protected boolean
protected void
Makes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, setMetadata, toXContent, type, writeTo
Methods inherited from class org.elasticsearch.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.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
-
PARSER
-
-
Constructor Details
-
BucketScriptPipelineAggregationBuilder
-
BucketScriptPipelineAggregationBuilder
-
BucketScriptPipelineAggregationBuilder
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 XContentBuilder internalXContent(XContentBuilder builder, 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
Description copied from interface:NamedWriteable
Returns the name of the writeable object
-