Class SearchCompletion
- java.lang.Object
-
- org.silverpeas.core.index.search.model.SearchCompletion
-
public class SearchCompletion extends Object
-
-
Constructor Summary
Constructors Constructor Description SearchCompletion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getSuggestions(String query)
gets a list of keyword which start with the query parameter
-