- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getDuplicateHostName (0.15 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/DuplicateHost.java
} public void setVersionNo(final Long version) { asDocMeta().version(version); } public String convert(final String url) { final String targetStr = getDuplicateHostName().replace(".", "\\."); return url.replaceFirst("://" + targetStr + "$", "://" + getRegularName()) .replaceFirst("://" + targetStr + "([:/])", "://" + getRegularName() + "$1"); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 1.9K bytes - Viewed (0)