public class ChildrenAggregationBuilder extends ValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ChildrenAggregationBuilder>
ValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>>AggregationBuilder.CommonFieldsWriteable.Reader<V>, Writeable.Writer<V>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
configmetaDatafactoriesBuilder, nameEMPTY_PARAMS| Constructor and Description |
|---|
ChildrenAggregationBuilder(StreamInput in)
Read from a stream.
|
ChildrenAggregationBuilder(java.lang.String name,
java.lang.String childType) |
| Modifier and Type | Method and Description |
|---|---|
protected XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
java.lang.String |
getType() |
protected ValuesSourceAggregatorFactory<ValuesSource.Bytes.WithOrdinals,?> |
innerBuild(SearchContext context,
ValuesSourceConfig<ValuesSource.Bytes.WithOrdinals> config,
AggregatorFactory<?> parent,
AggregatorFactories.Builder subFactoriesBuilder) |
protected boolean |
innerEquals(java.lang.Object obj) |
protected int |
innerHashCode() |
protected void |
innerWriteTo(StreamOutput out) |
static ChildrenAggregationBuilder |
parse(java.lang.String aggregationName,
QueryParseContext context) |
protected ValuesSourceConfig<ValuesSource.Bytes.WithOrdinals> |
resolveConfig(SearchContext context) |
doBuild, doEquals, doHashCode, doWriteTo, field, field, format, format, internalXContent, missing, missing, script, script, serializeTargetValueType, timeZone, timeZone, valueType, valueTypebuild, equals, getWriteableName, hashCode, setMetaData, subAggregation, subAggregation, subAggregations, toXContent, writeTogetNamebuildAsBytes, buildAsBytes, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisFragmentpublic static final java.lang.String NAME
public ChildrenAggregationBuilder(java.lang.String name,
java.lang.String childType)
name - the name of this aggregationchildType - the type of children documentspublic ChildrenAggregationBuilder(StreamInput in) throws java.io.IOException
java.io.IOExceptionprotected void innerWriteTo(StreamOutput out) throws java.io.IOException
innerWriteTo in class ValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ChildrenAggregationBuilder>java.io.IOExceptionprotected ValuesSourceAggregatorFactory<ValuesSource.Bytes.WithOrdinals,?> innerBuild(SearchContext context, ValuesSourceConfig<ValuesSource.Bytes.WithOrdinals> config, AggregatorFactory<?> parent, AggregatorFactories.Builder subFactoriesBuilder) throws java.io.IOException
innerBuild in class ValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ChildrenAggregationBuilder>java.io.IOExceptionprotected ValuesSourceConfig<ValuesSource.Bytes.WithOrdinals> resolveConfig(SearchContext context)
protected XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContentBody in class ValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ChildrenAggregationBuilder>java.io.IOExceptionpublic static ChildrenAggregationBuilder parse(java.lang.String aggregationName, QueryParseContext context) throws java.io.IOException
java.io.IOExceptionprotected int innerHashCode()
innerHashCode in class ValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ChildrenAggregationBuilder>protected boolean innerEquals(java.lang.Object obj)
innerEquals in class ValuesSourceAggregationBuilder<ValuesSource.Bytes.WithOrdinals,ChildrenAggregationBuilder>public java.lang.String getType()