Package com.microstrategy.web.objects
Interface WebSearchSuggestion
- 
- All Known Implementing Classes:
 WebSearchSuggestionImpl
public interface WebSearchSuggestionThe 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 intgetFrequency()Returns the frequency in which the keyphrase appears.java.lang.StringgetKeyphrase()Returns the keyphrase of the suggestion. 
 -