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.ValidationContextNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
BUCKETS_PATH_FIELD, metadata, typeFields inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
bucketsPaths, nameFields inherited from interface org.elasticsearch.index.query.Rewriteable
MAX_REWRITE_ROUNDSFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionBucketScriptPipelineAggregationBuilder(String name, Map<String, String> bucketsPathsMap, Script script) BucketScriptPipelineAggregationBuilder(String name, Script script, String... bucketsPaths) Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregatorcreateInternal(Map<String, Object> metadata) protected voiddoWriteTo(StreamOutput out) booleanformat()Gets the format to use on the output of this aggregation.Sets the format to use on the output of this aggregation.protected DocValueFormatGets 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 objectinthashCode()protected XContentBuilderinternalXContent(XContentBuilder builder, ToXContent.Params params) protected booleanprotected voidMakes sure this builder is properly configured.Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, getType, setMetadata, toXContent, type, writeToMethods inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
getBucketsPaths, getName, rewrite, subAggregations, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
doWriteToin 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:
createInternalin classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
internalXContent
protected XContentBuilder internalXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
internalXContentin classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>- Throws:
IOException
-
validate
Description copied from class:PipelineAggregationBuilderMakes sure this builder is properly configured.- Specified by:
validatein classPipelineAggregationBuilder
-
overrideBucketsPath
protected boolean overrideBucketsPath()- Overrides:
overrideBucketsPathin classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>- Returns:
trueif theAbstractPipelineAggregationBuilderoverrides the XContent rendering of the bucketPath option.
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
equals
- Overrides:
equalsin classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
getWriteableName
Description copied from interface:NamedWriteableReturns the name of the writeable object
-