Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setAnalyzer (0.15 seconds)

  1. src/main/java/org/codelibs/fess/query/parser/QueryParser.java

            this.defaultField = defaultField;
        }
    
        /**
         * Sets the analyzer used to analyze query terms.
         *
         * @param analyzer the analyzer to use
         */
        public void setAnalyzer(final Analyzer analyzer) {
            this.analyzer = analyzer;
        }
    
        /**
         * Sets whether to allow leading wildcards in query terms.
         *
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 10.2K bytes
    - Click Count (0)
Back to Top