Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for webFsCrawlStartTime (0.66 sec)

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

        }
    
        /**
         * Set the value of webFsCrawlStartTime, used in parameter comment. <br>
         * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
         * @param webFsCrawlStartTime The parameter value of webFsCrawlStartTime. (NotNull)
         */
        public void setWebFsCrawlStartTime(String webFsCrawlStartTime) {
            registerVariable("webFsCrawlStartTime", webFsCrawlStartTime);
        }
    
        /**
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        public static final String CRAWLER_END_TIME = "CrawlerEndTime";
    
        public static final String CRAWLER_EXEC_TIME = "CrawlerExecTime";
    
        public static final String WEB_FS_CRAWLER_START_TIME = "WebFsCrawlStartTime";
    
        public static final String WEB_FS_CRAWLER_END_TIME = "WebFsCrawlEndTime";
    
        public static final String DATA_CRAWLER_START_TIME = "DataCrawlStartTime";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/exec/Crawler.java

                        postcard.setWebFsCrawlExecTime(getValueFromMap(dataMap, "webFsCrawlExecTime", "0"));
                        postcard.setWebFsCrawlStartTime(getValueFromMap(dataMap, "webFsCrawlStartTime", StringUtil.EMPTY));
                        postcard.setWebFsIndexExecTime(getValueFromMap(dataMap, "webFsIndexExecTime", "0"));
                        postcard.setWebFsIndexSize(getValueFromMap(dataMap, "webFsIndexSize", "0"));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top