The following are methods for SuggestionResults.
public List<Search.SuggestionResult> getSuggestionResults()
Type: List<SuggestionResult>
public Boolean hasMoreResults()
Type: Boolean
If a limit isn’t specified, 5 records are returned in calls to System.Search.suggest(String, String, Search.SuggestionOption). If there are more suggested records than the limit specified, a call to hasMoreResults() returns true.