Click or drag to resize

IFulltextQueryTDocumentToList Method

Execute this query and return the list of results.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
IList<TDocument> ToList()

Return Value

Type: IListTDocument
The results of the query.
Exceptions
ExceptionCondition
FulltextExceptionOccurs when there is an error during the execution of the query.
See Also