- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_chainWithNormalizerReturningNull (0.13 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
public void test_addNullNormalizer() throws Exception { NormalizerChain chain = new NormalizerChain(); chain.add(null); } @Test public void test_chainWithNormalizerReturningNull() throws Exception { NormalizerChain chain = new NormalizerChain(); chain.add((text, field, langs) -> null); chain.add((text, field, langs) -> text.toUpperCase());
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)