| IFulltextQueryOptionsTDocumentCutOff Method |
Sets a threshold on how many found matches to process.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax IFulltextQueryOptions<TDocument> CutOff(
int count
)
Function CutOff (
count As Integer
) As IFulltextQueryOptions(Of TDocument)
Parameters
- count
- Type: SystemInt32
The threshold.
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
See Also