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

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSummarizer.java54 private static final int SUM_LENGTH = 20; field in class:Summarizer
195 while ((j < endToken) && (j - startToken < SUM_LENGTH)) {
246 // excerpt the first SUM_LENGTH words from the document.
250 int excerptLen = Math.min(SUM_LENGTH, tokens.length);
264 while (tokenCount <= SUM_LENGTH && excerptSet.size() > 0) {
271 if (tokenCount + tokenFraction <= SUM_LENGTH) {

Completed in 8 milliseconds