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

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSummarizer.java67 * Class Excerpt represents a single passage found in the
70 static class Excerpt { class in class:Summarizer
140 SortedSet<Excerpt> excerptSet = new TreeSet<Excerpt>(new Comparator<Excerpt>() {
142 public int compare(Excerpt excerpt1, Excerpt excerpt2) {
185 Excerpt excerpt = new Excerpt();
249 Excerpt excerp
[all...]

Completed in 7 milliseconds