RangeQuery
Attributes
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Sets the greater-than bound for the zio.elasticsearch.query.RangeQuery.
Sets the greater-than bound for the zio.elasticsearch.query.RangeQuery.
Type parameters
- B
-
the type of the value, constrained by the zio.elasticsearch.ElasticPrimitive
Value parameters
- value
-
the value for the greater-than bound
Attributes
- Returns
-
an instance of zio.elasticsearch.query.RangeQuery enriched with the greater-than bound set.
Sets the greater-than-or-equal-to bound for the zio.elasticsearch.query.RangeQuery.
Sets the greater-than-or-equal-to bound for the zio.elasticsearch.query.RangeQuery.
Type parameters
- B
-
the type of the value, constrained by the zio.elasticsearch.ElasticPrimitive
Value parameters
- value
-
the value for the greater-than-or-equal-to bound
Attributes
- Returns
-
an instance of zio.elasticsearch.query.RangeQuery enriched with the greater-than-or-equal-to bound set.
Sets the less-than bound for the zio.elasticsearch.query.RangeQuery.
Sets the less-than bound for the zio.elasticsearch.query.RangeQuery.
Type parameters
- B
-
the type of the value, constrained by the zio.elasticsearch.ElasticPrimitive
Value parameters
- value
-
the value for the less-than bound
Attributes
- Returns
-
an instance of zio.elasticsearch.query.RangeQuery enriched with the less-than bound set.
Sets the less-than-or-equal-to bound for the zio.elasticsearch.query.RangeQuery.
Sets the less-than-or-equal-to bound for the zio.elasticsearch.query.RangeQuery.
Type parameters
- B
-
the type of the value, constrained by the zio.elasticsearch.ElasticPrimitive
Value parameters
- value
-
the value for the less-than-or-equal-to bound
Attributes
- Returns
-
an instance of zio.elasticsearch.query.RangeQuery enriched with the less-than-or-equal-to bound set.
Inherited and Abstract methods
Sets the boost
parameter for this zio.elasticsearch.query.ElasticQuery. The boost
value is a positive multiplier applied to the score of documents matching the query. A value greater than 1 increases the relevance score of matching documents, while a value less than 1 decreases it. The default boost
value is 1.
Sets the boost
parameter for this zio.elasticsearch.query.ElasticQuery. The boost
value is a positive multiplier applied to the score of documents matching the query. A value greater than 1 increases the relevance score of matching documents, while a value less than 1 decreases it. The default boost
value is 1.
Value parameters
- value
-
a non-negative real number to set
boost
parameter to
Attributes
- Returns
-
a new instance of the zio.elasticsearch.query.ElasticQuery with the
boost
value set. - Inherited from:
- HasBoost (hidden)
Sets the date format for the zio.elasticsearch.query.sort.SortByField. This method is only applicable to fields of type date
.
Sets the date format for the zio.elasticsearch.query.sort.SortByField. This method is only applicable to fields of type date
.
Value parameters
- value
-
the
date
format to set
Attributes
- Returns
-
an instance of the zio.elasticsearch.query.sort.SortByField enriched with the
format
parameter. - Inherited from:
- HasFormat (hidden)