Class SearchCompletion


  • public class SearchCompletion
    extends Object
    • Constructor Detail

      • SearchCompletion

        public SearchCompletion()
    • Method Detail

      • getSuggestions

        public Set<String> getSuggestions​(String query)
        gets a list of keyword which start with the query parameter
        Parameters:
        query - the String used to get the keywords list
        Returns:
        a list of keywords sorted by natural order