Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for contentsReadingAnalyzer (0.08 sec)

  1. src/main/resources/suggest_indices/analyzer/mapping-default.json

        },
        "readingTermAnalyzer": {
          "type": "keyword"
        },
        "normalizeAnalyzer": {
          "type": "keyword"
        },
        "contentsAnalyzer": {
          "type": "keyword"
        },
        "contentsReadingAnalyzer": {
          "type": "keyword"
        }
      }
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Aug 03 15:54:27 UTC 2018
    - 613 bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/suggest/constants/FieldNames.java

        public static final String ANALYZER_SETTINGS_CONTENTS_ANALYZER = "contentsAnalyzer";
        /** The contents reading analyzer settings field. */
        public static final String ANALYZER_SETTINGS_CONTENTS_READING_ANALYZER = "contentsReadingAnalyzer";
    
        // Private constructor to prevent instantiation
        private FieldNames() {
        }
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 4.7K bytes
    - Viewed (0)
Back to top