IFulltext SessionGet Suggestions Method
Overload List
| GetSuggestionsTDocument(String) | 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. |
| GetSuggestionsTDocument(String, SuggestionOptions) | 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. |