 | IFulltextQueryOptions<TDocument>.CutOff Method |
Sets a threshold on how many found matches to process.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
SyntaxIFulltextQueryOptions<TDocument> CutOff(
int count
)
Function CutOff (
count As Integer
) As IFulltextQueryOptions(Of TDocument)
Parameters
- count
- Type: System.Int32
The threshold.
Return Value
Type:
IFulltextQueryOptions<TDocument>The current instance.
See Also