IFulltextSessionGetSuggestionsAsync Method

Overload List

GetSuggestionsAsyncTDocument(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.
GetSuggestionsAsyncTDocument(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.
GetSuggestionsAsyncTDocument(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.
GetSuggestionsAsyncTDocument(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.

See Also