 | ISearchQueryBoost Method |
Used to increase the relative weight of a clause (with a boost greater than 1) or decrease the relative weight (with a boost between 0 and 1).
Namespace:
Couchbase.Search
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
SyntaxISearchQuery Boost(
double boost
)
Parameters
- boost
- Type: SystemDouble
[Missing <param name="boost"/> documentation for "M:Couchbase.Search.ISearchQuery.Boost(System.Double)"]
Return Value
Type:
ISearchQuery[Missing <returns> documentation for "M:Couchbase.Search.ISearchQuery.Boost(System.Double)"]
See Also