- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getCrawlerDocumentSpaces (0.25 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.7K bytes - Viewed (0)