IFulltext Query OptionsTDocumentScroll Method
Sets the scroll token the for the query. Supported with Manticore 7.0.0 and up.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.2.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.2.0
C#
IFulltextQueryOptions<TDocument> Scroll(
string scrollToken
)VB
Function Scroll (
scrollToken As String
) As IFulltextQueryOptions(Of TDocument)Parameters
- scrollToken String
- The scroll token to set for the query.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.
Exceptions
| ArgumentNullException | Occurs when the provided string is null. |