Class AnalyzerNames


  • public final class AnalyzerNames
    extends Object
    Constants for the names of built-in analyzers.
    • Field Detail

      • DEFAULT

        public static final String DEFAULT
        The default analyzer.

        This analyzer will generally be used for full-text field that don't require specific analysis.

        Unless overridden by explicit analysis configuration, the default analyzer will be the standard analyzer:

        • First, tokenize using the standard tokenizer, which follows Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29.
        • Then, lowercase each token.
        See Also:
        Constant Field Values