IFulltextQueryOptionsTDocumentCutOff Method

Sets a threshold on how many found matches to process.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> CutOff(
	int count
)

Parameters

count  Int32
The threshold.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

See Also