ZIOAggregationsOps
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Value parameters
- name
-
the name of the aggregation to retrieve
Attributes
- Returns
-
a RIO effect that, when executed, will produce an optional result.AggregationResult.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Type parameters
- A
-
type of the aggregation to retrieve, must be subtype of result.AggregationResult
Value parameters
- name
-
the name of the aggregation to retrieve
Attributes
- Returns
-
a RIO effect that, when executed, will produce the aggregation as instance of parameter A.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Attributes
- Returns
-
a RIO effect that, when executed, will produce a Map of the aggregations name and result.AggregationResult.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Value parameters
- name
-
the name of the aggregation to retrieve
Attributes
- Returns
-
a RIO effect that, when executed, will produce the aggregation as instance of result.AvgAggregationResult.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Value parameters
- name
-
the name of the aggregation to retrieve
Attributes
- Returns
-
a RIO effect that, when executed, will produce the aggregation as instance of result.CardinalityAggregationResult.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Value parameters
- name
-
the name of the aggregation to retrieve
Attributes
- Returns
-
a RIO effect that, when executed, will produce the aggregation as instance of result.MaxAggregationResult.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Value parameters
- name
-
the name of the aggregation to retrieve
Attributes
- Returns
-
a RIO effect that, when executed, will produce the aggregation as instance of result.MinAggregationResult.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Value parameters
- name
-
the name of the aggregation to retrieve
Attributes
- Returns
-
a RIO effect that, when executed, will produce the aggregation as instance of result.MissingAggregationResult.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Value parameters
- name
-
the name of the aggregation to retrieve
Attributes
- Returns
-
a RIO effect that, when executed, will produce the aggregation as instance of result.SumAggregationResult.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Executes the ElasticRequest.SearchRequest or the ElasticRequest.SearchAndAggregateRequest.
Value parameters
- name
-
the name of the aggregation to retrieve
Attributes
- Returns
-
a RIO effect that, when executed, will produce the aggregation as instance of result.TermsAggregationResult.