com.yahoo.search
Interface RelatedSuggestionResults

All Known Implementing Classes:
XmlParserRelatedSuggestionResults

public interface RelatedSuggestionResults

Related search suggestion results.

Author:
Ryan Kennedy

Method Summary
 String[] getSuggestions()
          The suggestions found for the given search query.
 

Method Detail

getSuggestions

String[] getSuggestions()
The suggestions found for the given search query.

Returns:
The suggestions found for the given search query.