PrefixQuery
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Sets the caseInsensitive
parameter for the zio.elasticsearch.query.ElasticQuery. Case-insensitive queries match text regardless of the case of the characters in the query string. By default, queries are case-sensitive.
Sets the caseInsensitive
parameter for the zio.elasticsearch.query.ElasticQuery. Case-insensitive queries match text regardless of the case of the characters in the query string. By default, queries are case-sensitive.
Value parameters
- value
-
the scala.Boolean value for
caseInsensitive
parameter
Attributes
- Returns
-
a new instance of the zio.elasticsearch.query.ElasticQuery with the
caseInsensitive
value set. - Inherited from:
- HasCaseInsensitive (hidden)
Sets the caseInsensitive
parameter to false
for this zio.elasticsearch.query.ElasticQuery. Same as caseInsensitive(false).
Sets the caseInsensitive
parameter to false
for this zio.elasticsearch.query.ElasticQuery. Same as caseInsensitive(false).
Attributes
- Returns
-
a new instance of the zio.elasticsearch.query.ElasticQuery with the
caseInsensitive
value set tofalse
. - See also
-
#caseInsensitive
- Inherited from:
- HasCaseInsensitive (hidden)
Sets the caseInsensitive
parameter to true
for this zio.elasticsearch.query.ElasticQuery. Same as caseInsensitive(true).
Sets the caseInsensitive
parameter to true
for this zio.elasticsearch.query.ElasticQuery. Same as caseInsensitive(true).
Attributes
- Returns
-
a new instance of the zio.elasticsearch.query.ElasticQuery with the
caseInsensitive
value set totrue
. - See also
-
#caseInsensitive
- Inherited from:
- HasCaseInsensitive (hidden)