- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for start_urls (0.04 sec)
-
src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
GsaConfigParser parser = new GsaConfigParser(); String xmlWithUserAgent = "<?xml version=\"1.0\"?>" + "<eef><config><globalparams>" + "<user_agent>custom-agent</user_agent>" + "<start_urls>https://example.com</start_urls>" + "</globalparams></config></eef>"; parser.parse(new InputSource(new StringReader(xmlWithUserAgent))); parser.getWebConfig().ifPresent(config -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
} else if (GLOBALPARAMS.equalsIgnoreCase(qName)) { final Object startUrls = globalParams.get(START_URLS); if (startUrls != null) { final long now = ComponentUtil.getSystemHelper().getCurrentTimeAsLong(); final List<String> urlList = split(startUrls.toString(), "\n") .get(stream -> stream.map(String::trim).filter(StringUtil::isNotBlank).collect(Collectors.toList()));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0) -
src/test/resources/data/gsaconfig.xml
https://fess.codelibs.org/ https://www.codelibs.org/ https://www.n2sm.net/ smb://storage/ ]]></good_urls> <start_urls><![CDATA[ https://fess.codelibs.org/ https://www.codelibs.org/ https://www.n2sm.net/ smb://storage/ ]]></start_urls> </globalparams> </config>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun May 13 06:51:57 UTC 2018 - 1.7K bytes - Viewed (0)