Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for WebFsIndexExecTime (0.11 seconds)

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

  1. 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))) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 32.4K bytes
    - Click Count (0)
  2. 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. */
    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