Searched refs:Suggestion (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DSuggestion.java30 public class Suggestion { class
45 public Suggestion(String name) { method in class:Suggestion
H A DSearchHelper.java319 public List<Suggestion> getSuggestions() {
321 return new ArrayList<Suggestion>(0);
338 List<Suggestion> res = new ArrayList<Suggestion>();
346 Suggestion s = new Suggestion(spellIndex[idx].getName());

Completed in 9 milliseconds