- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for settingsType (0.1 sec)
-
src/main/resources/suggest_indices/analyzer/mapping-default.json
{ "strings": { "mapping": { "type": "keyword" }, "match": "*", "match_mapping_type": "string" } } ], "properties": { "settingsType": { "type": "keyword" }, "fieldName": { "type": "keyword" }, "readingAnalyzer": { "type": "keyword" }, "readingTermAnalyzer": { "type": "keyword"
Registered: Fri Nov 08 09:08:12 UTC 2024 - 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 LANGUAGES = "languages"; public static final String ARRAY_KEY = "key"; public static final String ARRAY_VALUE = "value"; public static final String ANALYZER_SETTINGS_TYPE = "settingsType"; public static final String ANALYZER_SETTINGS_FIELD_NAME = "fieldName"; public static final String ANALYZER_SETTINGS_READING_ANALYZER = "readingAnalyzer";
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 2.1K bytes - Viewed (0)