 | BooleanQueryShouldMin Method |
If a hit satisfies at least min queries in the should be boosted by this amount.
Namespace:
Couchbase.Search.Queries.Compound
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic BooleanQuery ShouldMin(
int min
)
Parameters
- min
- Type: SystemInt32
The minimum to boost by - the default is 1.
Return Value
Type:
BooleanQuery[Missing <returns> documentation for "M:Couchbase.Search.Queries.Compound.BooleanQuery.ShouldMin(System.Int32)"]
See Also