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: 6.0.0
Syntax
IList<TDocument> ToList()

Return Value

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