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.CommonFields
-
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 extends java.lang.Object>, Writeable.Writer<V extends java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME-
Fields inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder
config
-
Fields inherited from class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
metaData
-
Fields inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
factoriesBuilder, name
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
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(SearchContext context, 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(SearchContext context)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, valueType
-
Methods inherited from class org.elasticsearch.search.aggregations.AbstractAggregationBuilder
build, getMetaData, getWriteableName, setMetaData, subAggregation, subAggregation, subAggregations, toXContent, writeTo
-
Methods inherited from class org.elasticsearch.search.aggregations.AggregationBuilder
doRewrite, getName, getPipelineAggregations, getSubAggregations, rewrite, 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
-
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
public ParentAggregationBuilder(StreamInput in) throws java.io.IOException
Read from a stream.- Throws:
java.io.IOException
-
-
Method Detail
-
shallowCopy
protected AggregationBuilder shallowCopy(AggregatorFactories.Builder factoriesBuilder, java.util.Map<java.lang.String,java.lang.Object> metaData)
- Specified by:
shallowCopyin classAggregationBuilder
-
innerWriteTo
protected void innerWriteTo(StreamOutput out) throws java.io.IOException
- Specified by:
innerWriteToin classValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ParentAggregationBuilder>- Throws:
java.io.IOException
-
innerBuild
protected ValuesSourceAggregatorFactory<ValuesSource.Bytes.WithOrdinals> innerBuild(SearchContext context, 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(SearchContext context)
- 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()
-
-