MaxAggregation

zio.elasticsearch.aggregation.MaxAggregation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited and Abstract methods

Sets the missing parameter for the zio.elasticsearch.aggregation.ElasticAggregation. Themissing parameter provides a value to use when a document is missing the field that the aggregation is running on.

Sets the missing parameter for the zio.elasticsearch.aggregation.ElasticAggregation. Themissing parameter provides a value to use when a document is missing the field that the aggregation is running on.

Value parameters

value

the value to use for missing documents

Attributes

Returns

an instance of the zio.elasticsearch.aggregation.ElasticAggregation enriched with the missing parameter.

Inherited from:
HasMissing (hidden)

Adds a new aggregation to the list of aggregations represented as MultipleAggregations.

Adds a new aggregation to the list of aggregations represented as MultipleAggregations.

Value parameters

agg

the SingleElasticAggregation to add

Attributes

Returns

a new instance of MultipleAggregations with the specified aggregation added to its list of aggregations.

Inherited from:
WithAgg (hidden)