- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getRegex (0.06 sec)
-
src/main/java/org/codelibs/fess/helper/PathMappingHelper.java
}); if (logger.isDebugEnabled()) { cachedPathMappingList.forEach(e -> { logger.debug("path mapping: {}: {} -> {}", e.getId(), e.getRegex(), e.getReplacement()); }); } return cachedPathMappingList.size(); } catch (final ComponentNotFoundException e) { if (logger.isDebugEnabled()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/PathMapping.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 3.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsPathMapping.java
registerModifiedProperty("processType"); this.processType = value; } public String getRegex() { checkSpecifiedProperty("regex"); return convertEmptyToNull(regex); } public void setRegex(String value) { registerModifiedProperty("regex"); this.regex = value; } public String getReplacement() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.6K bytes - Viewed (0)