- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testConvertWithSingleLanguage (0.16 sec)
-
src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java
List<String> results = converter.convert(text, field, langs); assertNotNull(results); // Results may vary based on analyzer configuration } @Test public void testConvertWithSingleLanguage() throws IOException { // Test convert with single language String text = "test text"; String field = "content"; List<String> results = converter.convert(text, field, "en");
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 12.5K bytes - Viewed (0)