Keyoti SearchUnit API Docs
NeedSuggestionForWord Method (word)
API DocumentationKeyoti.SearchEngine.SuggestionsSearchSuggestionsModelNeedSuggestionForWord(String)
Keyoti SearchUnit v6
Determines whether the word in the search query should be flagged and suggestions found for it.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected virtual bool NeedSuggestionForWord(
	string word
)
protected virtual bool NeedSuggestionForWord(
	string word
)
Protected Overridable Function NeedSuggestionForWord ( 
	word As String
) As Boolean
Protected Overridable Function NeedSuggestionForWord ( 
	word As String
) As Boolean
protected:
virtual bool NeedSuggestionForWord(
	String^ word
)
protected:
virtual bool NeedSuggestionForWord(
	String^ word
)
abstract NeedSuggestionForWord : 
        word : string -> bool 
override NeedSuggestionForWord : 
        word : string -> bool 
abstract NeedSuggestionForWord : 
        word : string -> bool 
override NeedSuggestionForWord : 
        word : string -> bool 
Parameters
word (String)
A word in the search query.
Return Value
Boolean
True if the word should be flagged for suggestions.

Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2015.6.15.120