Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for WebFsCrawlExecTime (0.1 sec)

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

        /**
         * Set the value of webFsCrawlExecTime, used in parameter comment. <br>
         * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
         * @param webFsCrawlExecTime The parameter value of webFsCrawlExecTime. (NotNull)
         */
        public void setWebFsCrawlExecTime(String webFsCrawlExecTime) {
            registerVariable("webFsCrawlExecTime", webFsCrawlExecTime);
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 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.setWebFsCrawlEndTime(getValueFromMap(dataMap, "webFsCrawlEndTime", StringUtil.EMPTY));
                        postcard.setWebFsCrawlExecTime(getValueFromMap(dataMap, "webFsCrawlExecTime", "0"));
                        postcard.setWebFsCrawlStartTime(getValueFromMap(dataMap, "webFsCrawlStartTime", StringUtil.EMPTY));
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 31K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/Constants.java

        public static final String DATA_CRAWLER_END_TIME = "DataCrawlEndTime";
    
        /** Info map key for web/file system crawling execution time. */
        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. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
Back to top