- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for WebFsIndexSize (0.09 sec)
-
src/main/java/org/codelibs/fess/Constants.java
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"; public static final String DATA_INDEX_EXEC_TIME = "DataIndexExecTime";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Aug 22 12:43:18 UTC 2024 - 16.6K bytes - Viewed (0) -
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 Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 24K bytes - Viewed (0)