Use getSuggestedWordsFromList(List words, String typedWord) method from SearchController to get suggested words. Pass word list and the typed word to that function and this will suggest you words based on the list of words passed to the function.