Class BucketSortPipelineAggregationBuilder
java.lang.Object
org.elasticsearch.search.aggregations.PipelineAggregationBuilder
org.elasticsearch.search.aggregations.pipeline.AbstractPipelineAggregationBuilder<BucketSortPipelineAggregationBuilder>
org.elasticsearch.search.aggregations.pipeline.BucketSortPipelineAggregationBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment,Rewriteable<PipelineAggregationBuilder>,BaseAggregationBuilder
public class BucketSortPipelineAggregationBuilder
extends AbstractPipelineAggregationBuilder<BucketSortPipelineAggregationBuilder>
Builds a pipeline aggregation that allows sorting the buckets of its parent
aggregation. The bucket
_key, _count or sub-aggregations may be used as sort
keys. Parameters from and size may also be set in order to truncate the
result bucket list.-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.PipelineAggregationBuilder
PipelineAggregationBuilder.ValidationContextNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic org.elasticsearch.common.xcontent.ConstructingObjectParser<BucketSortPipelineAggregationBuilder,String>Fields 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.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionBucketSortPipelineAggregationBuilder(String name, List<FieldSortBuilder> sorts)Read from a stream. -
Method Summary
Modifier and TypeMethodDescriptionprotected PipelineAggregatorcreateInternal(Map<String,Object> metadata)protected voiddoWriteTo(StreamOutput out)booleanfrom(int from)gapPolicy(BucketHelpers.GapPolicy gapPolicy)Returns the name of the writeable objectinthashCode()protected org.elasticsearch.common.xcontent.XContentBuilderinternalXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.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.common.xcontent.ToXContentFragment
isFragment
-
Field Details
-
NAME
- See Also:
- Constant Field Values
-
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<BucketSortPipelineAggregationBuilder,String> PARSER
-
-
Constructor Details
-
BucketSortPipelineAggregationBuilder
-
BucketSortPipelineAggregationBuilder
Read from a stream.- Throws:
IOException
-
-
Method Details
-
doWriteTo
- Specified by:
doWriteToin classAbstractPipelineAggregationBuilder<BucketSortPipelineAggregationBuilder>- Throws:
IOException
-
from
-
size
-
gapPolicy
-
createInternal
- Specified by:
createInternalin classAbstractPipelineAggregationBuilder<BucketSortPipelineAggregationBuilder>
-
validate
Description copied from class:PipelineAggregationBuilderMakes sure this builder is properly configured.- Specified by:
validatein classPipelineAggregationBuilder
-
internalXContent
protected org.elasticsearch.common.xcontent.XContentBuilder internalXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
internalXContentin classAbstractPipelineAggregationBuilder<BucketSortPipelineAggregationBuilder>- Throws:
IOException
-
parse
public static BucketSortPipelineAggregationBuilder parse(String reducerName, org.elasticsearch.common.xcontent.XContentParser parser) throws IOException- Throws:
IOException
-
overrideBucketsPath
protected boolean overrideBucketsPath()- Overrides:
overrideBucketsPathin classAbstractPipelineAggregationBuilder<BucketSortPipelineAggregationBuilder>- Returns:
trueif theAbstractPipelineAggregationBuilderoverrides the XContent rendering of the bucketPath option.
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPipelineAggregationBuilder<BucketSortPipelineAggregationBuilder>
-
equals
- Overrides:
equalsin classAbstractPipelineAggregationBuilder<BucketSortPipelineAggregationBuilder>
-
getWriteableName
Description copied from interface:NamedWriteableReturns the name of the writeable object
-