- Sort Score
- Result 10 results
- Languages All
Results 31 - 31 of 31 for words (0.01 sec)
-
src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java
@Test public void testConvertWithLongText() throws IOException { // Test convert with long text StringBuilder sb = new StringBuilder(); for (int i = 0; i < 100; i++) { sb.append("word").append(i).append(" "); } String text = sb.toString(); String field = "content"; List<String> results = converter.convert(text, field, "en"); assertNotNull(results);Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 12.5K bytes - Viewed (0)