TermQuery
Attributes
- Graph
- Supertypes
Members list
Value members
Inherited methods
Sets the boost
parameter for this 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 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.
Attributes
- value
a non-negative real number to set
boost
parameter to- Returns:
a new instance of the ElasticQuery with the
boost
value set.- Inherited from:
- HasBoost (hidden)
Sets the caseInsensitive
parameter for the 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 ElasticQuery. Case-insensitive queries match text regardless of
the case of the characters in the query string. By default, queries are case-sensitive.
Attributes
- value
the Boolean value for
caseInsensitive
parameter- Returns:
a new instance of the ElasticQuery with the
caseInsensitive
value set.- Inherited from:
- HasCaseInsensitive (hidden)
Sets the caseInsensitive
parameter to false
for this ElasticQuery. Same as caseInsensitive.
Sets the caseInsensitive
parameter to false
for this ElasticQuery. Same as caseInsensitive.
Attributes
- Returns:
a new instance of the ElasticQuery with the
caseInsensitive
value set tofalse
.- Inherited from:
- HasCaseInsensitive (hidden)
Sets the caseInsensitive
parameter to true
for this ElasticQuery. Same as caseInsensitive.
Sets the caseInsensitive
parameter to true
for this ElasticQuery. Same as caseInsensitive.
Attributes
- Returns:
a new instance of the ElasticQuery with the
caseInsensitive
value set totrue
.- Inherited from:
- HasCaseInsensitive (hidden)
Attributes
- Inherited from:
- ElasticQuery
Attributes
- Inherited from:
- ElasticQuery