- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for processBuffer (0.25 seconds)
-
src/main/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParser.java
buf.append(t).append(' '); if (buf.length() > maxAnalyzedContentLength) { processBuffer(analyzer, field, lang, useReading, tokens, buf, analyzeType, false); buf.setLength(0); } } if (buf.length() > 0) { processBuffer(analyzer, field, lang, useReading, tokens, buf, analyzeType, true); } return tokens; }
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 15.2K bytes - Click Count (0)