Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testConvertWithNumbersAndSymbols (0.1 sec)

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

            } catch (Exception e) {
                // Null language might cause issues with analyzer lookup
                assertNotNull(e);
            }
        }
    
        @Test
        public void testConvertWithNumbersAndSymbols() throws IOException {
            // Test convert with numbers and symbols
            String text = "123 456.789 #hashtag @mention";
            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