Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for contentsReadingAnalyzer (0.17 sec)

  1. src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java

                    final String contentsAnalyzer, final String contentsReadingAnalyzer) {
                this.readingAnalyzer = readingAnalyzer;
                this.readingTermAnalyzer = readingTermAnalyzer;
                this.normalizeAnalyzer = normalizeAnalyzer;
                this.contentsAnalyzer = contentsAnalyzer;
                this.contentsReadingAnalyzer = contentsReadingAnalyzer;
            }
        }
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/analyzer/mapping-default.json

        },
        "readingTermAnalyzer": {
          "type": "keyword"
        },
        "normalizeAnalyzer": {
          "type": "keyword"
        },
        "contentsAnalyzer": {
          "type": "keyword"
        },
        "contentsReadingAnalyzer": {
          "type": "keyword"
        }
      }
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Fri Aug 03 15:54:27 UTC 2018
    - 613 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/suggest/constants/FieldNames.java

        public static final String ANALYZER_SETTINGS_CONTENTS_ANALYZER = "contentsAnalyzer";
        public static final String ANALYZER_SETTINGS_CONTENTS_READING_ANALYZER = "contentsReadingAnalyzer";
    
        private FieldNames() {
        }
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top