IFulltext QueryTDocumentTo List Method
Execute this query and return the list of results.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The results of the query.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IList<TDocument> ToList()VB
Function ToList As IList(Of TDocument)Return Value
IListTDocumentThe results of the query.
Exceptions
| FulltextException | Occurs when there is an error during the execution of the query. |