Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testConvertWithMixedLanguageText (1.85 sec)

  1. src/test/java/org/codelibs/fess/suggest/converter/AnalyzerConverterTest.java

            List<String> results = converter.convert(text, field, "ja");
    
            assertNotNull(results);
            // Should use Japanese analyzer and transliterator
        }
    
        @Test
        public void testConvertWithMixedLanguageText() throws IOException {
            // Test convert with mixed language text
            String text = "test ใƒ†ใ‚นใƒˆ";
            String field = "content";
    
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Mon Sep 01 13:33:03 UTC 2025
    - 12.5K bytes
    - Viewed (0)
Back to top