- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for AnalyzerConverter (0.06 seconds)
-
src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java
@Test public void testMultipleConverterInstances() throws IOException { // Test that multiple converter instances work independently AnalyzerConverter converter1 = new AnalyzerConverter(client, settings); AnalyzerConverter converter2 = new AnalyzerConverter(client, settings); String text = "test"; String field = "content"; List<String> results1 = converter1.convert(text, field, "en");Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Sep 01 13:33:03 GMT 2025 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/util/SuggestUtil.java
} /** * Creates a default ReadingConverter with a chain of converters. * The chain includes an AnalyzerConverter and a KatakanaToAlphabetConverter. * * @param client the client to be used by the AnalyzerConverter * @param settings the settings to be used by the AnalyzerConverter * @return a ReadingConverterChain with the default converters added */Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Sun Nov 23 11:21:40 GMT 2025 - 17.5K bytes - Click Count (1)