- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CrawlerClient (0.07 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java
} } } } protected CrawlerClient getClient(final String url) { return clientFactory.getClient(url); } protected boolean isContentUpdated(final CrawlerClient client, final UrlQueue<?> urlQueue) { if (urlQueue.getLastModified() != null) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Sat Oct 12 01:41:37 UTC 2024 - 15.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
final CrawlerClient client = crawlerClientFactory.getClient(url); if (client == null) { throw new FessSystemException("No CrawlerClient: " + configId + ", url: " + url); } return writeContent(configId, url, client); } protected StreamResponse writeContent(final String configId, final String url, final CrawlerClient client) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 40.2K bytes - Viewed (0)