Package com.microstrategy.web.objects
Interface WebSearchSuggestion
-
- All Known Implementing Classes:
WebSearchSuggestionImpl
public interface WebSearchSuggestion
The WebSearchSuggestion interface represents a suggested keyphrase for specific input.- Since:
- MicroStrategy Web 9.2.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getFrequency()
Returns the frequency in which the keyphrase appears.java.lang.String
getKeyphrase()
Returns the keyphrase of the suggestion.
-