 | 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.4.1
SyntaxIFulltextQueryOptions<TDocument> ReverseScan(
bool reverseScan
)
Function ReverseScan (
reverseScan As Boolean
) As IFulltextQueryOptions(Of TDocument)
Parameters
- reverseScan
- Type: SystemBoolean
Whether to use a reverse scan
Return Value
Type:
IFulltextQueryOptionsTDocumentThe current instance.
See Also