org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, Children, org.elasticsearch.search.aggregations.Aggregation, org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation, org.elasticsearch.search.aggregations.HasAggregationspublic class InternalChildren extends org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation implements Children
ParentToChildrenAggregator.org.elasticsearch.search.aggregations.Aggregation.CommonFieldsorg.elasticsearch.search.aggregations.InternalAggregation.ReduceContextTYPED_KEYS_DELIMITER| Constructor | Description |
|---|---|
InternalChildren(java.lang.String name,
long docCount,
org.elasticsearch.search.aggregations.InternalAggregations aggregations,
java.util.List<org.elasticsearch.search.aggregations.pipeline.PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
|
InternalChildren(org.elasticsearch.common.io.stream.StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getWriteableName() |
|
protected org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation |
newAggregation(java.lang.String name,
long docCount,
org.elasticsearch.search.aggregations.InternalAggregations subAggregations) |
getMetaData, getName, getTypeequals, getMetaData, getName, getProperty, getType, hashCode, pipelineAggregators, readSize, reduce, toString, toXContent, writeSize, writeTocreate, doEquals, doHashCode, doReduce, doWriteTo, doXContentBody, getAggregations, getDocCount, getPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic InternalChildren(java.lang.String name,
long docCount,
org.elasticsearch.search.aggregations.InternalAggregations aggregations,
java.util.List<org.elasticsearch.search.aggregations.pipeline.PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData)
public InternalChildren(org.elasticsearch.common.io.stream.StreamInput in)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getWriteableName()
protected org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation newAggregation(java.lang.String name,
long docCount,
org.elasticsearch.search.aggregations.InternalAggregations subAggregations)
newAggregation in class org.elasticsearch.search.aggregations.bucket.InternalSingleBucketAggregation