Class ParentAggregationBuilder
java.lang.Object
org.elasticsearch.search.aggregations.AggregationBuilder
org.elasticsearch.search.aggregations.AbstractAggregationBuilder<AB>
org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ParentAggregationBuilder>
org.elasticsearch.join.aggregations.ParentAggregationBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentFragment,BaseAggregationBuilder
public class ParentAggregationBuilder extends ValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ParentAggregationBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
ValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>>Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
AggregationBuilder.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V extends java.lang.Object>, Writeable.Writer<V extends java.lang.Object> -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMEFields inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
configFields inherited from class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
metaDataFields inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
factoriesBuilder, name -
Constructor Summary
Constructors Modifier Constructor Description ParentAggregationBuilder(java.lang.String name, java.lang.String childType)ParentAggregationBuilder(StreamInput in)Read from a stream.protectedParentAggregationBuilder(ParentAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, java.util.Map<java.lang.String,java.lang.Object> metaData) -
Method Summary
Modifier and Type Method Description protected XContentBuilderdoXContentBody(XContentBuilder builder, ToXContent.Params params)booleanequals(java.lang.Object obj)java.lang.StringgetType()inthashCode()protected ValuesSourceAggregatorFactory<ValuesSource.Bytes.WithOrdinals>innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Bytes.WithOrdinals> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder)protected voidinnerWriteTo(StreamOutput out)static ParentAggregationBuilderparse(java.lang.String aggregationName, XContentParser parser)protected ValuesSourceConfig<ValuesSource.Bytes.WithOrdinals>resolveConfig(QueryShardContext queryShardContext)protected AggregationBuildershallowCopy(AggregatorFactories.Builder factoriesBuilder, java.util.Map<java.lang.String,java.lang.Object> metaData)Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
defaultValueType, doBuild, doWriteTo, field, field, format, format, internalXContent, missing, missing, resolveScriptAny, script, script, serializeTargetValueType, timeZone, timeZone, valueType, valueTypeMethods inherited from class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
build, getMetaData, getWriteableName, setMetaData, subAggregation, subAggregation, subAggregations, toXContent, writeToMethods inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
doRewrite, getName, getPipelineAggregations, getSubAggregations, rewrite, toString
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
ParentAggregationBuilder
public ParentAggregationBuilder(java.lang.String name, java.lang.String childType)- Parameters:
name- the name of this aggregationchildType- the type of children documents
-
ParentAggregationBuilder
protected ParentAggregationBuilder(ParentAggregationBuilder clone, AggregatorFactories.Builder factoriesBuilder, java.util.Map<java.lang.String,java.lang.Object> metaData) -
ParentAggregationBuilder
Read from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
shallowCopy
protected AggregationBuilder shallowCopy(AggregatorFactories.Builder factoriesBuilder, java.util.Map<java.lang.String,java.lang.Object> metaData)- Specified by:
shallowCopyin classAggregationBuilder
-
innerWriteTo
- Specified by:
innerWriteToin classValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ParentAggregationBuilder>- Throws:
java.io.IOException
-
innerBuild
protected ValuesSourceAggregatorFactory<ValuesSource.Bytes.WithOrdinals> innerBuild(QueryShardContext queryShardContext, ValuesSourceConfig<ValuesSource.Bytes.WithOrdinals> config, AggregatorFactory parent, AggregatorFactories.Builder subFactoriesBuilder) throws java.io.IOException- Specified by:
innerBuildin classValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ParentAggregationBuilder>- Throws:
java.io.IOException
-
resolveConfig
protected ValuesSourceConfig<ValuesSource.Bytes.WithOrdinals> resolveConfig(QueryShardContext queryShardContext)- Overrides:
resolveConfigin classValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ParentAggregationBuilder>
-
doXContentBody
protected XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
doXContentBodyin classValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ParentAggregationBuilder>- Throws:
java.io.IOException
-
parse
public static ParentAggregationBuilder parse(java.lang.String aggregationName, XContentParser parser) throws java.io.IOException- Throws:
java.io.IOException
-
hashCode
public int hashCode()- Overrides:
hashCodein classValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ParentAggregationBuilder>
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ParentAggregationBuilder>
-
getType
public java.lang.String getType()
-