Package de.elo.ix.client.esearch.aggregations
package de.elo.ix.client.esearch.aggregations
-
ClassDescriptionSort options for ElasticSearch.
By default, the terms aggregation orders terms by descending document _count.Base class for aggregation type specific parameters given in an AggregationQuery.Return object for AggregationQueries.
Consists of name and type and a type specific part.Types of Aggregations for ESearch AggregationQuery.Represents a bucket within an AggregationResult for a bucket aggregation.Date formats of the bucket key in return buckets of aggregations of type DATE_HISTOGRAM and DATE_RANGE.Types of calendar intervals used for AggregationQuery of type DATE_HISTOGRAM.
Note: The value NONE exists only to check if this mandatory parameter is given, since API serialization may deliver always the first enum value.Defines parameters to run an aggregation of type "Date_Histogram" (a multi-bucket-aggregation).
This aggregation query allows sub-aggregations.The result object of a date_histogram aggregation.
It consists mainly of buckets and within its inner aggregations results (sub-aggregations).Defines parameters to run an aggregation of type "Filter" (a single-bucket-aggregation).
This aggregation query allows sub-aggregations and this is the main use case.The result object of a filter aggregation.
It consists mainly of inner aggregations results (sub-aggregations).Defines parameters to run an aggregation of type "Histogram" on numeric values (a multi-bucket-aggregation).
This aggregation query allows sub-aggregations.The result object of a histogram aggregation on numeric values.
It consists mainly of buckets and within its inner aggregations results (sub-aggregations).Defines parameters to run an aggregation of type "Range" (a multi-bucket-aggregation).
This aggregation query allows sub-aggregations.The result object of a range aggregation.
It consists mainly of buckets and within its inner aggregations results (sub-aggregations).Defines parameters to run an aggregation of one of the types Min, Max, Sum, Avg (single-value-metrics-aggregations).
This aggregation query doesn't allow sub-aggregations.
Note: The value_count aggregation gets an an own query params class although it is a single-value-metrics-aggregation, because it has a different return value type (long).The result object of a single-value-metrics aggregation.
It consists mainly of a result value.Defines parameters to run an aggregation of type "Terms" (a multi-bucket-aggregation).
This aggregation query allows sub-aggregations.The result object of a terms aggregation.
It consists mainly of buckets and within its inner aggregations results (sub-aggregations).The result object of a value_count aggregation.
It consists mainly of a result value.