IFulltext Query OptionsTDocumentReverse Scan Method
Sets a value whether to use a reverse scan for a full-scan query.
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> ReverseScan(
bool reverseScan
)VB
Function ReverseScan (
reverseScan As Boolean
) As IFulltextQueryOptions(Of TDocument)Parameters
- reverseScan Boolean
- Whether to use a reverse scan
Return Value
IFulltextQueryOptionsTDocumentThe current instance.