SearchAndAggregateRequest
Attributes
- Graph
- Supertypes
Members list
Value members
Abstract methods
Inherited methods
Sets the starting offset from where the zio.elasticsearch.ElasticRequest.SearchRequest or the zio.elasticsearch.ElasticRequest.SearchAndAggregateRequest return results.
Sets the starting offset from where the zio.elasticsearch.ElasticRequest.SearchRequest or the zio.elasticsearch.ElasticRequest.SearchAndAggregateRequest return results.
Attributes
- value
a non-negative number to set the
from
parameter in the ElasticRequest- Returns:
an instance of the ElasticRequest enriched with the
from
parameter.- Inherited from:
- HasFrom (hidden)
Specifies a routing
value to be used for this ElasticRequest.
Specifies a routing
value to be used for this ElasticRequest.
Attributes
- value
the Routing value to set for the ElasticRequest
- Returns:
an instance of the ElasticRequest enriched with the
routing
parameter.- Inherited from:
- HasRouting (hidden)
Sets the maximum number of results.
Sets the maximum number of results.
Attributes
- value
a non-negative number to set the
size
parameter in the ElasticRequest- Returns:
an instance of the ElasticRequest enriched with the
size
parameter.- Inherited from:
- HasSize (hidden)
Sets the sorting criteria for the zio.elasticsearch.ElasticRequest.SearchRequest or the zio.elasticsearch.ElasticRequest.SearchAndAggregateRequest.
Sets the sorting criteria for the zio.elasticsearch.ElasticRequest.SearchRequest or the zio.elasticsearch.ElasticRequest.SearchAndAggregateRequest.
Attributes
- sorts
one or more Sort objects that define the sorting criteria
- Returns:
an instance of the ElasticRequest enriched with the sorting criteria.
- Inherited from:
- WithSort (hidden)