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: 3.12.6
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