IFulltext QueryTDocumentTake Method
Return at most count results for this query.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQuery<TDocument> Take(
int count
)VB
Function Take (
count As Integer
) As IFulltextQuery(Of TDocument)Parameters
- count Int32
- The maximum number of results to return.
Return Value
IFulltextQueryTDocumentThe current instance.
Exceptions
| ArgumentException | Occurs when count is less or equal to zero. |