Searched defs:highlight (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/search/
H A DSummarizer.java63 private final Set<String> highlight = new HashSet<>(); // put query terms in table field in class:Summarizer
72 * some appropriate regions highlight.
180 if (highlight.contains(tokens[i].toString())) {
210 if (highlight.contains(t.toString())) {
320 * Get the terms from a query and adds them to highlight a stream of tokens
349 highlight.add(queryTerm.text());
354 highlight.add(query.getTerm().text());
358 highlight.add(query.getTerm().text());
362 highlight.add(query.getPrefix().text());

Completed in 8 milliseconds