Click or drag to resize

IFulltextSessionGetSuggestionsAsync Method

Overload List
 NameDescription
Public methodGetSuggestionsAsyncTDocument(String) Asynchronously gets a suggestion for the given word or query. In case of a single word Sphinx' SUGGEST() function is used, in case of a query (multiple words), QSUGGEST() is used.
Public methodGetSuggestionsAsyncTDocument(String, SuggestionOptions) Asynchronously gets a suggestion for the given word or query. In case of a single word Sphinx' SUGGEST() function is used, in case of a query (multiple words), QSUGGEST() is used.
Public methodGetSuggestionsAsyncTDocument(String, CancellationToken) Asynchronously gets a suggestion for the given word or query. In case of a single word Sphinx' SUGGEST() function is used, in case of a query (multiple words), QSUGGEST() is used.
Public methodGetSuggestionsAsyncTDocument(String, SuggestionOptions, CancellationToken) Asynchronously gets a suggestion for the given word or query. In case of a single word Sphinx' SUGGEST() function is used, in case of a query (multiple words), QSUGGEST() is used.
Top
See Also