Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AnotherNormalizer (0.64 seconds)

  1. 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>
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Mon Nov 17 14:23:01 GMT 2025
    - 2.5K bytes
    - Click Count (0)
Back to Top