Class SimpleSearchEngine

  • All Implemented Interfaces:
    SearchEngine

    @Singleton
    public class SimpleSearchEngine
    extends Object
    implements SearchEngine
    A SimpleSearchEngine search Silverpeas indexes index and give access to the retrieved index entries.
    • Method Detail

      • suggestKeywords

        public Set<String> suggestKeywords​(String keywordFragment)
        gets a list of suggestion from a partial String
        Specified by:
        suggestKeywords in interface SearchEngine
        Parameters:
        keywordFragment - string to execute the search
        Returns:
        a set of result sorted by alphabetic order