TermsAggregation

zio.elasticsearch.aggregation.TermsAggregation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def paramsToJson: Json

Attributes

Inherited from:
ElasticAggregation
final def toJson: Json

Attributes

Inherited from:
ElasticAggregation

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

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

Attributes

agg

the SingleElasticAggregation to add

Returns:

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

Inherited from:
WithAgg (hidden)

Adds a sub-aggregation to the aggregation.

Adds a sub-aggregation to the aggregation.

Attributes

subAgg

the SingleElasticAggregation to add as sub-aggregation

Returns:

a new instance of the ElasticAggregation with the given sub-aggregation.

Inherited from:
WithSubAgg (hidden)