Click or drag to resize

IFulltextSessionGetSuggestions Method

Overload List
  NameDescription
Public methodGetSuggestionsTDocument(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.
Public methodGetSuggestionsTDocument(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.
Top
See Also