Class BucketScriptPipelineAggregationBuilder
- java.lang.Object
-
- org.elasticsearch.search.aggregations.PipelineAggregationBuilder
-
- org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
- org.elasticsearch.search.aggregations.pipeline.bucketscript.BucketScriptPipelineAggregationBuilder
-
- All Implemented Interfaces:
NamedWriteable
,Writeable
,ToXContent
,ToXContentFragment
,BaseAggregationBuilder
public class BucketScriptPipelineAggregationBuilder extends AbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.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 Modifier and Type Field Description static java.lang.String
NAME
-
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.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description BucketScriptPipelineAggregationBuilder(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> bucketsPathsMap, Script script)
BucketScriptPipelineAggregationBuilder(java.lang.String name, Script script, java.lang.String... bucketsPaths)
BucketScriptPipelineAggregationBuilder(StreamInput in)
Read from a stream.
-
Method Summary
Modifier and Type Method Description protected PipelineAggregator
createInternal(java.util.Map<java.lang.String,java.lang.Object> metaData)
protected boolean
doEquals(java.lang.Object obj)
protected int
doHashCode()
protected void
doWriteTo(StreamOutput out)
java.lang.String
format()
Gets the format to use on the output of this aggregation.BucketScriptPipelineAggregationBuilder
format(java.lang.String format)
Sets the format to use on the output of this aggregation.protected DocValueFormat
formatter()
BucketHelpers.GapPolicy
gapPolicy()
Gets the gap policy to use for this aggregation.BucketScriptPipelineAggregationBuilder
gapPolicy(BucketHelpers.GapPolicy gapPolicy)
Sets the gap policy to use for this aggregation.java.lang.String
getWriteableName()
Returns the name of the writeable objectprotected XContentBuilder
internalXContent(XContentBuilder builder, ToXContent.Params params)
protected boolean
overrideBucketsPath()
static BucketScriptPipelineAggregationBuilder
parse(java.lang.String reducerName, XContentParser parser)
-
Methods inherited from class org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder
create, doValidate, equals, getType, hashCode, setMetaData, toXContent, type, validate, validateSequentiallyOrderedParentAggs, writeTo
-
Methods inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
getBucketsPaths, getName, subAggregations, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BucketScriptPipelineAggregationBuilder
public BucketScriptPipelineAggregationBuilder(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> bucketsPathsMap, Script script)
-
BucketScriptPipelineAggregationBuilder
public BucketScriptPipelineAggregationBuilder(java.lang.String name, Script script, java.lang.String... bucketsPaths)
-
BucketScriptPipelineAggregationBuilder
public BucketScriptPipelineAggregationBuilder(StreamInput in) throws java.io.IOException
Read from a stream.- Throws:
java.io.IOException
-
-
Method Detail
-
doWriteTo
protected void doWriteTo(StreamOutput out) throws java.io.IOException
- Specified by:
doWriteTo
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
- Throws:
java.io.IOException
-
format
public BucketScriptPipelineAggregationBuilder format(java.lang.String format)
Sets the format to use on the output of this aggregation.
-
format
public java.lang.String format()
Gets the format to use on the output of this aggregation.
-
formatter
protected DocValueFormat formatter()
-
gapPolicy
public BucketScriptPipelineAggregationBuilder gapPolicy(BucketHelpers.GapPolicy gapPolicy)
Sets the gap policy to use for this aggregation.
-
gapPolicy
public BucketHelpers.GapPolicy gapPolicy()
Gets the gap policy to use for this aggregation.
-
createInternal
protected PipelineAggregator createInternal(java.util.Map<java.lang.String,java.lang.Object> metaData) throws java.io.IOException
- Specified by:
createInternal
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
- Throws:
java.io.IOException
-
internalXContent
protected XContentBuilder internalXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
internalXContent
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
- Throws:
java.io.IOException
-
parse
public static BucketScriptPipelineAggregationBuilder parse(java.lang.String reducerName, XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
overrideBucketsPath
protected boolean overrideBucketsPath()
- Overrides:
overrideBucketsPath
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
- Returns:
true
if theAbstractPipelineAggregationBuilder
overrides the XContent rendering of the bucketPath option.
-
doHashCode
protected int doHashCode()
- Specified by:
doHashCode
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
doEquals
protected boolean doEquals(java.lang.Object obj)
- Specified by:
doEquals
in classAbstractPipelineAggregationBuilder<BucketScriptPipelineAggregationBuilder>
-
getWriteableName
public java.lang.String getWriteableName()
Description copied from interface:NamedWriteable
Returns the name of the writeable object
-
-