Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for MappingFile (0.25 sec)

  1. 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  2. 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: Elevate Word File */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top