Click or drag to resize
IFulltextQueryTDocumentToFutureList Method
Overload List
  NameDescription
Public methodCode exampleToFutureList
Get a lazily initialized list of results. Accessing the results will trigger the execution of all pending future results as a batch of queries in a single roundtrip to Sphinx.
Public methodCode exampleToFutureList(LazyQueryMetadata)
Get a lazily initialized list of results along with query metadata. Accessing the results will trigger the execution of all pending future results as a batch of queries in a single roundtrip to Sphinx.
Top
See Also