Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SomeNormalizer (0.06 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: Sat Dec 20 13:04:59 GMT 2025
    - Last Modified: Mon Nov 17 14:23:01 GMT 2025
    - 2.5K bytes
    - Click Count (0)
Back to Top