- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_normalizerOrder (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/suggest/normalizer/NormalizerChainTest.java
chain.add(new HankakuKanaToZenkakuKana()); String result = chain.normalize("abc ガ", "field"); assertEquals("abc ガ", result); } @Test public void test_normalizerOrder() throws Exception { NormalizerChain chain = new NormalizerChain(); chain.add((text, field, langs) -> text.toUpperCase()); chain.add((text, field, langs) -> text.replace("A", "X"));
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 17 14:23:01 GMT 2025 - 4.3K bytes - Click Count (0)