Class ParsedExtendedStats
java.lang.Object
org.elasticsearch.search.aggregations.ParsedAggregation
org.elasticsearch.search.aggregations.metrics.ParsedStats
org.elasticsearch.search.aggregations.metrics.ParsedExtendedStats
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment,Aggregation,ExtendedStats,NumericMetricsAggregation,NumericMetricsAggregation.MultiValue,Stats
- Direct Known Subclasses:
ParsedExtendedStatsBucket
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.metrics.ExtendedStats
ExtendedStats.BoundsNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueNested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleFields inherited from class org.elasticsearch.search.aggregations.metrics.ParsedStats
count, max, min, valueAsStringFields inherited from class org.elasticsearch.search.aggregations.ParsedAggregation
metadataFields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITERFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voiddeclareExtendedStatsFields(org.elasticsearch.common.xcontent.ObjectParser<? extends ParsedExtendedStats,Void> objectParser)static ParsedExtendedStatsfromXContent(org.elasticsearch.common.xcontent.XContentParser parser, String name)doubleThe population standard deviation of the collected values.The population standard deviation of the collected values as a String.doubleThe upper or lower bounds of the stdDeviationThe upper or lower bounds of stdDev of the collected values as a String.doubleThe population standard deviation of the collected values.The population standard deviation of the collected values as a String.doubleThe sampling standard deviation of the collected values.The sampling standard deviation of the collected values as a String.doubleThe sum of the squares of the collected values.The sum of the squares of the collected values as a String.getType()doubleThe population variance of the collected values.The population variance of the collected values as a String.doubleThe population variance of the collected values.The population variance of the collected values as a String.doubleThe sampling variance of the collected values.The sampling variance of the collected values as a String.protected org.elasticsearch.common.xcontent.XContentBuilderotherStatsToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)Methods inherited from class org.elasticsearch.search.aggregations.metrics.ParsedStats
declareStatsFields, doXContentBody, getAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsString, value, valueNamesMethods 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.metrics.NumericMetricsAggregation.MultiValue
value, valueNamesMethods inherited from interface org.elasticsearch.search.aggregations.metrics.Stats
getAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsStringMethods inherited from interface org.elasticsearch.common.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Field Details
-
sumOfSquares
protected double sumOfSquares -
variance
protected double variance -
variancePopulation
protected double variancePopulation -
varianceSampling
protected double varianceSampling -
stdDeviation
protected double stdDeviation -
stdDeviationPopulation
protected double stdDeviationPopulation -
stdDeviationSampling
protected double stdDeviationSampling -
stdDeviationBoundUpper
protected double stdDeviationBoundUpper -
stdDeviationBoundLower
protected double stdDeviationBoundLower -
stdDeviationBoundUpperPopulation
protected double stdDeviationBoundUpperPopulation -
stdDeviationBoundLowerPopulation
protected double stdDeviationBoundLowerPopulation -
stdDeviationBoundUpperSampling
protected double stdDeviationBoundUpperSampling -
stdDeviationBoundLowerSampling
protected double stdDeviationBoundLowerSampling -
sum
protected double sum -
avg
protected double avg
-
-
Constructor Details
-
ParsedExtendedStats
public ParsedExtendedStats()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceAggregation- Overrides:
getTypein classParsedStats- 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.
-
getSumOfSquares
public double getSumOfSquares()Description copied from interface:ExtendedStatsThe sum of the squares of the collected values.- Specified by:
getSumOfSquaresin interfaceExtendedStats
-
getVariance
public double getVariance()Description copied from interface:ExtendedStatsThe population variance of the collected values.- Specified by:
getVariancein interfaceExtendedStats
-
getVariancePopulation
public double getVariancePopulation()Description copied from interface:ExtendedStatsThe population variance of the collected values.- Specified by:
getVariancePopulationin interfaceExtendedStats
-
getVarianceSampling
public double getVarianceSampling()Description copied from interface:ExtendedStatsThe sampling variance of the collected values.- Specified by:
getVarianceSamplingin interfaceExtendedStats
-
getStdDeviation
public double getStdDeviation()Description copied from interface:ExtendedStatsThe population standard deviation of the collected values.- Specified by:
getStdDeviationin interfaceExtendedStats
-
getStdDeviationPopulation
public double getStdDeviationPopulation()Description copied from interface:ExtendedStatsThe population standard deviation of the collected values.- Specified by:
getStdDeviationPopulationin interfaceExtendedStats
-
getStdDeviationSampling
public double getStdDeviationSampling()Description copied from interface:ExtendedStatsThe sampling standard deviation of the collected values.- Specified by:
getStdDeviationSamplingin interfaceExtendedStats
-
getStdDeviationBound
Description copied from interface:ExtendedStatsThe upper or lower bounds of the stdDeviation- Specified by:
getStdDeviationBoundin interfaceExtendedStats
-
getStdDeviationAsString
Description copied from interface:ExtendedStatsThe population standard deviation of the collected values as a String.- Specified by:
getStdDeviationAsStringin interfaceExtendedStats
-
getStdDeviationPopulationAsString
Description copied from interface:ExtendedStatsThe population standard deviation of the collected values as a String.- Specified by:
getStdDeviationPopulationAsStringin interfaceExtendedStats
-
getStdDeviationSamplingAsString
Description copied from interface:ExtendedStatsThe sampling standard deviation of the collected values as a String.- Specified by:
getStdDeviationSamplingAsStringin interfaceExtendedStats
-
getStdDeviationBoundAsString
Description copied from interface:ExtendedStatsThe upper or lower bounds of stdDev of the collected values as a String.- Specified by:
getStdDeviationBoundAsStringin interfaceExtendedStats
-
getSumOfSquaresAsString
Description copied from interface:ExtendedStatsThe sum of the squares of the collected values as a String.- Specified by:
getSumOfSquaresAsStringin interfaceExtendedStats
-
getVarianceAsString
Description copied from interface:ExtendedStatsThe population variance of the collected values as a String.- Specified by:
getVarianceAsStringin interfaceExtendedStats
-
getVariancePopulationAsString
Description copied from interface:ExtendedStatsThe population variance of the collected values as a String.- Specified by:
getVariancePopulationAsStringin interfaceExtendedStats
-
getVarianceSamplingAsString
Description copied from interface:ExtendedStatsThe sampling variance of the collected values as a String.- Specified by:
getVarianceSamplingAsStringin interfaceExtendedStats
-
otherStatsToXContent
protected org.elasticsearch.common.xcontent.XContentBuilder otherStatsToXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Overrides:
otherStatsToXContentin classParsedStats- Throws:
IOException
-
declareExtendedStatsFields
protected static void declareExtendedStatsFields(org.elasticsearch.common.xcontent.ObjectParser<? extends ParsedExtendedStats,Void> objectParser) -
fromXContent
public static ParsedExtendedStats fromXContent(org.elasticsearch.common.xcontent.XContentParser parser, String name)
-