- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for gsaConfigParser (0.09 seconds)
-
src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
} private void assertEscapePattern(String expect, String value) { GsaConfigParser parser = new GsaConfigParser(); assertEquals(expect, parser.getFilterPath(value)); } @Test public void test_parseFilterPaths_web() { GsaConfigParser parser = new GsaConfigParser(); assertEquals("\\Qhttps://example.com\\E.*", parser.parseFilterPaths("https://example.com", true, false));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.7K bytes - Click Count (0) -
src/main/resources/app.xml
</component> </arg> </postConstruct> </component> <component name="facetInfo" class="org.codelibs.fess.entity.FacetInfo"> </component> <component name="gsaConfigParser" class="org.codelibs.fess.util.GsaConfigParser" instance="prototype"> </component> <component name="queryStringBuilder" class="org.codelibs.fess.util.QueryStringBuilder" instance="prototype"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} if (p.startsWith(GsaConfigParser.CONTAINS)) { return ".*" + Pattern.quote(p.substring(GsaConfigParser.CONTAINS.length())) + ".*"; } if (p.startsWith(GsaConfigParser.REGEXP)) { return p.substring(GsaConfigParser.REGEXP.length()); } if (p.startsWith(GsaConfigParser.REGEXP_CASE)) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0)