- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for webFsIndexSize (0.05 seconds)
-
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 {
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) -
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. */
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)