 | SearchQueryBaseBoost 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.Queries
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic ISearchQuery Boost(
double boost
)
Parameters
- boost
- Type: SystemDouble
Return Value
Type:
ISearchQuery[Missing <returns> documentation for "M:Couchbase.Search.Queries.SearchQueryBase.Boost(System.Double)"]
Implements
ISearchQueryBoost(Double)
See Also