Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testConvertWithMixedLanguageText (0.58 seconds)

  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";
    
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Sep 01 13:33:03 GMT 2025
    - 12.5K bytes
    - Click Count (0)
Back to Top