IFulltext Query OptionsTDocumentCut Off Method
Sets a threshold on how many found matches to process.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> CutOff(
int count
)VB
Function CutOff (
count As Integer
) As IFulltextQueryOptions(Of TDocument)Parameters
- count Int32
- The threshold.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.