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

/opengrok/src/org/opensolaris/opengrok/search/
H A DSummarizer.java71 * Class Excerpt represents a single passage found in the document, with
74 static class Excerpt { class in class:Summarizer
150 SortedSet<Excerpt> excerptSet = new TreeSet<>(new Comparator<Excerpt>() {
152 public int compare(Excerpt excerpt1, Excerpt excerpt2) {
195 Excerpt excerpt = new Excerpt();
259 Excerpt excerpt = new Excerpt();
[all...]

Completed in 37 milliseconds