Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isContentUpdated (0.05 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java

                                crawlerContext.intervalController.delay(IntervalController.PRE_PROCESSING);
                            }
    
                            final boolean contentUpdated = isContentUpdated(client, urlQueue);
    
                            if (contentUpdated) {
                                log(logHelper, LogType.GET_CONTENT, crawlerContext, urlQueue);
                                // access an url
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Aug 07 02:55:08 UTC 2025
    - 20.4K bytes
    - Viewed (0)
  2. 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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Dec 11 09:47:03 UTC 2025
    - 19.5K bytes
    - Viewed (0)
Back to top