Click or drag to resize
IFulltextQueryTDocumentTake Method
Return at most count results for this query.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
IFulltextQuery<TDocument> Take(
	int count
)

Parameters

count
Type: SystemInt32
The maximum number of results to return.

Return Value

Type: IFulltextQueryTDocument
The current instance.
Exceptions
ExceptionCondition
ArgumentExceptionOccurs when count is less or equal to zero.
See Also