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: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> CutOff(
	int count
)

Parameters

count  Int32
The threshold.

Return Value

IFulltextQueryOptionsTDocument
The current instance.
See Also