- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for normalizeAnalyzer (0.16 sec)
-
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
if (StringUtil.isNotBlank(field) && fieldAnalyzerMapping.containsKey(field) && fieldAnalyzerMapping.get(field).normalizeAnalyzer != null) { analyzerName = fieldAnalyzerMapping.get(field).normalizeAnalyzer; } else { analyzerName = NORMALIZE_ANALYZER; } final String analyzerNameWithlang = isSupportedLanguage(lang) ? analyzerName + '_' + lang : analyzerName;
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 26.5K bytes - Viewed (0) -
src/main/resources/suggest_indices/analyzer/mapping-default.json
}, "fieldName": { "type": "keyword" }, "readingAnalyzer": { "type": "keyword" }, "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) -
src/main/java/org/codelibs/fess/suggest/constants/FieldNames.java
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. */ public static final String ANALYZER_SETTINGS_CONTENTS_ANALYZER = "contentsAnalyzer"; /** The contents reading analyzer settings field. */
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/resources/suggest_indices/_aws/suggest_analyzer.json
"tokenizer" : "fess_japanese_normal", "filter" : ["reading_form"] }, "reading_term_analyzer" : { "type" : "custom", "tokenizer" : "fess_japanese_normal" }, "normalize_analyzer" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer" : { "type" : "custom",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Mar 24 12:55:37 UTC 2021 - 57.4K bytes - Viewed (0) -
src/main/resources/suggest_indices/suggest_analyzer.json
"tokenizer" : "fess_japanese_normal", "filter" : ["reading_form"] }, "reading_term_analyzer" : { "type" : "custom", "tokenizer" : "fess_japanese_normal" }, "normalize_analyzer" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer" : { "type" : "custom",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu May 23 05:09:51 UTC 2019 - 57.7K bytes - Viewed (0) -
src/main/resources/suggest_indices/_cloud/suggest_analyzer.json
"tokenizer" : "fess_japanese_normal", "filter" : ["reading_form"] }, "reading_term_analyzer" : { "type" : "custom", "tokenizer" : "fess_japanese_normal" }, "normalize_analyzer" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer" : { "type" : "custom",
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Feb 27 09:26:16 UTC 2021 - 57.4K bytes - Viewed (1) -
src/main/resources/suggest_indices/suggest_analyzer.json
"filter" : ["reading_form"] }, "reading_term_analyzer" : { "type" : "custom", "tokenizer" : "kuromoji_neologd_normal" }, "normalize_analyzer" : { "type" : "custom", "tokenizer" : "keyword", "char_filter" : ["mapping_char"], "filter" : ["lowercase"] }, "contents_analyzer" : { "type" : "custom",
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Oct 03 02:51:59 UTC 2019 - 57.3K bytes - Viewed (0)