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.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public CompoundSearchDefinitionBuilder<TDocument> MinimumShouldMatch(
int minimumShouldMatch
)
Public Function MinimumShouldMatch (
minimumShouldMatch As Integer
) As CompoundSearchDefinitionBuilder(Of TDocument)
member MinimumShouldMatch :
minimumShouldMatch : int -> CompoundSearchDefinitionBuilder<'TDocument>
Parameters
- minimumShouldMatch
- Type: SystemInt32
The value to set.
Return Value
Type:
CompoundSearchDefinitionBuilderTDocumentThe compound search definition builder.
See Also