IFulltextQueryOptionsTDocumentScroll 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
C#
IFulltextQueryOptions<TDocument> Scroll(
	string scrollToken
)

Parameters

scrollToken  String
The scroll token to set for the query.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

Exceptions

ArgumentNullExceptionOccurs when the provided string is null.

See Also