All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, Aggregation, MultiBucketsAggregation, Range
Direct Known Subclasses:
ParsedDateRange, ParsedGeoDistance

public class ParsedRange extends ParsedMultiBucketAggregation<ParsedRange.ParsedBucket> implements Range
  • Constructor Details

    • ParsedRange

      public ParsedRange()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface Aggregation
      Returns:
      a string representing the type of the aggregation. This type is added to the aggregation name in the response, so that it can later be used by clients to determine type of the aggregation and parse it into the proper object.
    • getBuckets

      public List<? extends Range.Bucket> getBuckets()
      Description copied from interface: Range
      Return the buckets of this range aggregation.
      Specified by:
      getBuckets in interface MultiBucketsAggregation
      Specified by:
      getBuckets in interface Range
      Returns:
      The buckets of this aggregation.
    • declareParsedRangeFields

      protected static void declareParsedRangeFields(org.elasticsearch.common.xcontent.ObjectParser<? extends ParsedRange,​Void> objectParser, org.elasticsearch.core.CheckedFunction<org.elasticsearch.common.xcontent.XContentParser,​ParsedRange.ParsedBucket,​IOException> bucketParser, org.elasticsearch.core.CheckedFunction<org.elasticsearch.common.xcontent.XContentParser,​ParsedRange.ParsedBucket,​IOException> keyedBucketParser)
    • fromXContent

      public static ParsedRange fromXContent(org.elasticsearch.common.xcontent.XContentParser parser, String name) throws IOException
      Throws:
      IOException