- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isContentUpdated (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 20.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java
* @param urlQueue the URL queue item containing the URL to check * @return true if the content has been updated and should be crawled, false otherwise */ @Override protected boolean isContentUpdated(final CrawlerClient client, final UrlQueue<?> urlQueue) { if (ComponentUtil.getFessConfig().isIncrementalCrawling()) { final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.1K bytes - Viewed (0)