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

/opengrok-sun/test/org/opensolaris/opengrok/search/
H A DSummarizerTest.java38 * and that token is also present earlier in the fragment, getSummary()
46 assertNotNull(instance.getSummary("alpha beta gamma delta beta"));
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DResults.java205 out.write(sh.summerizer.getSummary(xtags).toString());
208 out.write(sh.summerizer.getSummary(htags).toString());
H A DSummarizer.java119 public Summary getSummary(String text) throws IOException { method in class:Summarizer
285 //FIXME somehow integrate below cycle to getSummary to save the cloning and memory,
H A DSearchEngine.java368 Summary sum = summarizer.getSummary(new String(content, 0, l));

Completed in 10 milliseconds