Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for isContentUpdated (0.07 seconds)

  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
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Wed Dec 31 09:07:38 GMT 2025
    - 20.3K bytes
    - Click Count (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();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Dec 11 09:47:03 GMT 2025
    - 19.5K bytes
    - Click Count (0)
Back to Top