PercentilesAggregation

zio.elasticsearch.aggregation.PercentilesAggregation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def percents(percent: Double, percents: Double*): PercentilesAggregation

Sets the percents parameter for the zio.elasticsearch.aggregation.PercentilesAggregation.

Sets the percents parameter for the zio.elasticsearch.aggregation.PercentilesAggregation.

Value parameters

percents

an array of percentiles to be calculated for zio.elasticsearch.aggregation.PercentilesAggregation

Attributes

Returns

an instance of the zio.elasticsearch.aggregation.PercentilesAggregation enriched with the percents parameter.

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)