IFulltextQueryTDocumentToList Method

Execute this query and return the list of results.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IList<TDocument> ToList()

Return Value

IListTDocument
The results of the query.

Exceptions

FulltextExceptionOccurs when there is an error during the execution of the query.

See Also