Class ParsedChildren
java.lang.Object
org.elasticsearch.search.aggregations.ParsedAggregation
org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
org.elasticsearch.join.aggregations.ParsedChildren
- All Implemented Interfaces:
ToXContent,ToXContentFragment,Children,Aggregation,SingleBucketAggregation,HasAggregations
public class ParsedChildren extends ParsedSingleBucketAggregation implements Children
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from class org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
aggregationsFields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITER -
Constructor Summary
Constructors Constructor Description ParsedChildren() -
Method Summary
Modifier and Type Method Description static ParsedChildrenfromXContent(XContentParser parser, java.lang.String name)java.lang.StringgetType()Methods inherited from class org.elasticsearch.search.aggregations.bucket.ParsedSingleBucketAggregation
doXContentBody, getAggregations, getDocCount, parseXContent, setDocCountMethods inherited from class org.elasticsearch.search.aggregations.ParsedAggregation
declareAggregationFields, getMetadata, getName, parseDouble, setName, toXContentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetadata, getNameMethods inherited from interface org.elasticsearch.search.aggregations.bucket.SingleBucketAggregation
getAggregations, getDocCount
-
Constructor Details
-
ParsedChildren
public ParsedChildren()
-
-
Method Details
-
getType
public java.lang.String getType()- Specified by:
getTypein interfaceAggregation
-
fromXContent
public static ParsedChildren fromXContent(XContentParser parser, java.lang.String name) throws java.io.IOException- Throws:
java.io.IOException
-