- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getCrawlerDocumentSpaces (0.07 sec)
-
src/main/java/org/codelibs/fess/util/QueryStringBuilder.java
*/ protected void appendQuery(final StringBuilder queryBuf, final String query) { String q = query; for (final String s : ComponentUtil.getFessConfig().getCrawlerDocumentSpaces()) { q = q.replace(s, SPACE); } final boolean exists = q.indexOf(OR) != -1 || q.indexOf(OR_ALT) != -1; queryBuf.append(' '); if (exists) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.3K bytes - Viewed (0)