- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for MappingFile (0.15 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
if (indexMappings == null || !indexMappings.containsKey("properties")) { String source = null; final String mappingFile = getResourcePath(indexConfigPath, fessConfig.getFesenType(), "/" + index + "/" + docType + ".json"); try { source = FileUtil.readUTF8(mappingFile); if (DOC_INDEX.equals(index)) { for (final UnaryOperator<String> rule : docMappingRewriteRuleList) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
public static final String LABELS_STEMMER_OVERRIDE_FILE = "{labels.stemmerOverrideFile}"; /** The key of the message: Mapping File */ public static final String LABELS_MAPPING_FILE = "{labels.mappingFile}"; /** The key of the message: Protwords File */ public static final String LABELS_PROTWORDS_FILE = "{labels.protwordsFile}"; /** The key of the message: Kuromoji File */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0)