Click or drag to resize

CompoundSearchDefinitionBuilderTDocumentMinimumShouldMatch Method

Sets a value specifying the minimum number of should clauses the must match to include a document in the results.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public CompoundSearchDefinitionBuilder<TDocument> MinimumShouldMatch(
	int minimumShouldMatch
)

Parameters

minimumShouldMatch
Type: SystemInt32
The value to set.

Return Value

Type: CompoundSearchDefinitionBuilderTDocument
The compound search definition builder.
See Also