Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for webFsCrawlEndTime (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java

        }
    
        /**
         * Set the value of webFsCrawlEndTime, used in parameter comment. <br>
         * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
         * @param webFsCrawlEndTime The parameter value of webFsCrawlEndTime. (NotNull)
         */
        public void setWebFsCrawlEndTime(String webFsCrawlEndTime) {
            registerVariable("webFsCrawlEndTime", webFsCrawlEndTime);
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 10K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        public static final String WEB_FS_CRAWLER_START_TIME = "WebFsCrawlStartTime";
    
        /** Info map key for web/file system crawler end time. */
        public static final String WEB_FS_CRAWLER_END_TIME = "WebFsCrawlEndTime";
    
        /** Info map key for data crawler start time. */
        public static final String DATA_CRAWLER_START_TIME = "DataCrawlStartTime";
    
        /** Info map key for data crawler end time. */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 35.8K bytes
    - Click Count (0)
Back to Top