Module org.elasticsearch.server
Interface ScriptedMetric
- All Superinterfaces:
Aggregation,ToXContent,ToXContentFragment
- All Known Implementing Classes:
InternalScriptedMetric,ParsedScriptedMetric
A metric aggregation that computes both its final and intermediate states using scripts.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.Aggregation
Aggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.search.aggregations.Aggregation
TYPED_KEYS_DELIMITERFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Methods inherited from interface org.elasticsearch.search.aggregations.Aggregation
getMetadata, getName, getTypeMethods inherited from interface org.elasticsearch.xcontent.ToXContent
toXContentMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Method Details
-
aggregation
Object aggregation()The result of the aggregation. The type of the object depends on the aggregation that was run.
-