- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for normalizeData (0.27 sec)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
logger.warn("Could not parse a value of {}:{}", entry.getKey(), entry.getValue(), e); } } dataMap = processAdditionalData(dataMap, responseData, document); normalizeData(responseData, dataMap); try { resultData.setData(SerializeUtil.fromObjectToBinary(dataMap)); } catch (final Exception e) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 42.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
} else { buf.append(split); } final String normalizePath = systemHelper.normalizeConfigPath(path); if (StringUtil.isNotBlank(normalizePath)) { buf.append(normalizePath); } } this.includedPaths = Pattern.compile(buf.toString()); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 11.7K bytes - Viewed (0)