Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isContentUpdated (0.06 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: Sun Sep 21 03:50:09 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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 19.1K bytes
    - Viewed (0)
Back to top