- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for readingTermAnalyzer (0.33 seconds)
-
src/main/resources/suggest_indices/analyzer/mapping-default.json
], "properties": { "settingsType": { "type": "keyword" }, "fieldName": { "type": "keyword" }, "readingAnalyzer": { "type": "keyword" }, "readingTermAnalyzer": { "type": "keyword" }, "normalizeAnalyzer": { "type": "keyword" }, "contentsAnalyzer": { "type": "keyword" }, "contentsReadingAnalyzer": {
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Fri Aug 03 15:54:27 GMT 2018 - 613 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/constants/FieldNames.java
public static final String ANALYZER_SETTINGS_READING_ANALYZER = "readingAnalyzer"; /** The reading term analyzer settings field. */ public static final String ANALYZER_SETTINGS_READING_TERM_ANALYZER = "readingTermAnalyzer"; /** The normalize analyzer settings field. */ public static final String ANALYZER_SETTINGS_NORMALIZE_ANALYZER = "normalizeAnalyzer"; /** The contents analyzer settings field. */
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Fri Jul 04 14:00:23 GMT 2025 - 4.7K bytes - Click Count (0)