Click or drag to resize

IFulltextQueryOptionsTDocumentReverseScan Method

Sets a value whether to use a reverse scan for a full-scan query.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
IFulltextQueryOptions<TDocument> ReverseScan(
	bool reverseScan
)

Parameters

reverseScan
Type: SystemBoolean
Whether to use a reverse scan

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also