Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for WebFsIndexExecTime (0.13 sec)

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

        /**
         * Set the value of webFsIndexExecTime, used in parameter comment. <br>
         * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
         * @param webFsIndexExecTime The parameter value of webFsIndexExecTime. (NotNull)
         */
        public void setWebFsIndexExecTime(String webFsIndexExecTime) {
            registerVariable("webFsIndexExecTime", webFsIndexExecTime);
        }
    
        /**
    Registered: Thu Oct 31 13:40:30 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 DATA_CRAWLER_END_TIME = "DataCrawlEndTime";
    
        public static final String WEB_FS_CRAWLING_EXEC_TIME = "WebFsCrawlExecTime";
    
        public static final String WEB_FS_INDEX_EXEC_TIME = "WebFsIndexExecTime";
    
        public static final String WEB_FS_INDEX_SIZE = "WebFsIndexSize";
    
        public static final String DATA_CRAWLING_EXEC_TIME = "DataCrawlExecTime";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 22 12:43:18 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/exec/Crawler.java

                        postcard.setWebFsCrawlStartTime(getValueFromMap(dataMap, "webFsCrawlStartTime", StringUtil.EMPTY));
                        postcard.setWebFsIndexExecTime(getValueFromMap(dataMap, "webFsIndexExecTime", "0"));
                        postcard.setWebFsIndexSize(getValueFromMap(dataMap, "webFsIndexSize", "0"));
                        if (Constants.TRUE.equalsIgnoreCase(infoMap.get(Constants.CRAWLER_STATUS))) {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 24K bytes
    - Viewed (0)
Back to top