Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getIndexFieldConfigId (0.11 sec)

  1. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            }
    
            // cid
            final String configId = crawlingConfig.getConfigId();
            if (configId != null) {
                putResultDataBody(dataMap, fessConfig.getIndexFieldConfigId(), configId);
            }
            //  expires
            if (documentExpires != null) {
                putResultDataBody(dataMap, fessConfig.getIndexFieldExpires(), documentExpires);
            }
            // lang
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Oct 24 13:01:38 UTC 2024
    - 42.9K bytes
    - Viewed (0)
Back to top