Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WebFsIndexSize (0.67 sec)

  1. src/main/java/org/codelibs/fess/exec/Crawler.java

                        postcard.setWebFsIndexExecTime(getValueFromMap(dataMap, "webFsIndexExecTime", "0"));
                        postcard.setWebFsIndexSize(getValueFromMap(dataMap, "webFsIndexSize", "0"));
                        if (Constants.TRUE.equalsIgnoreCase(infoMap.get(Constants.CRAWLER_STATUS))) {
                            postcard.setStatus(Constants.OK);
                        } else {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 31K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        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. */
        public static final String DATA_CRAWLING_EXEC_TIME = "DataCrawlExecTime";
    
        /** Info map key for data indexing execution time. */
    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