- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AnotherNormalizer (0.06 sec)
-
src/main/java/org/codelibs/fess/suggest/normalizer/NormalizerChain.java
* It applies each normalizer in the order they were added to the chain. * * <p>Usage example:</p> * <pre> * NormalizerChain chain = new NormalizerChain(); * chain.add(new SomeNormalizer()); * chain.add(new AnotherNormalizer()); * String normalizedText = chain.normalize("input text", "field", "en"); * </pre> * * <p>Methods:</p> * <ul>
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.2K bytes - Viewed (0)