- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setRegex_Wildcard (0.07 sec)
-
src/main/java/org/codelibs/fess/app/service/PathMappingService.java
}); } protected void setupListCondition(final PathMappingCB cb, final PathMapPager pathMappingPager) { if (StringUtil.isNotBlank(pathMappingPager.regex)) { cb.query().setRegex_Wildcard(wrapQuery(pathMappingPager.regex)); } if (StringUtil.isNotBlank(pathMappingPager.replacement)) { cb.query().setReplacement_Wildcard(wrapQuery(pathMappingPager.replacement)); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 3.7K bytes - Viewed (0)