Click or drag to resize
IFulltextQueryOptionsTDocumentCutOff Method
Sets a threshold on how many found matches to process.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
IFulltextQueryOptions<TDocument> CutOff(
	int count
)

Parameters

count
Type: SystemInt32
The threshold.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also