IFulltextQueryTDocumentTake Method

Return at most count results for this query.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQuery<TDocument> Take(
	int count
)

Parameters

count  Int32
The maximum number of results to return.

Return Value

IFulltextQueryTDocument
The current instance.

Exceptions

ArgumentExceptionOccurs when count is less or equal to zero.

See Also