Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for WebFsIndexExecTime (0.09 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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10K bytes
    - Viewed (0)
  2. 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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/Constants.java

        public static final String WEB_FS_CRAWLING_EXEC_TIME = "WebFsCrawlExecTime";
    
        /** Info map key for web/file system indexing execution time. */
        public static final String WEB_FS_INDEX_EXEC_TIME = "WebFsIndexExecTime";
    
        /** Info map key for web/file system index size. */
        public static final String WEB_FS_INDEX_SIZE = "WebFsIndexSize";
    
        /** Info map key for data crawling execution time. */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 35.2K bytes
    - Viewed (0)
Back to top