 | IFulltextQueryTDocumentTake Method |
Return at most count results for this query.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxIFulltextQuery<TDocument> Take(
int count
)
Function Take (
count As Integer
) As IFulltextQuery(Of TDocument)
Parameters
- count
- Type: SystemInt32
The maximum number of results to return.
Return Value
Type:
IFulltextQueryTDocumentThe current instance.
Exceptions
See Also