- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for WebFsIndexSize (0.11 sec)
-
src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java
} /** * Set the value of webFsIndexSize, used in parameter comment. <br> * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty. * @param webFsIndexSize The parameter value of webFsIndexSize. (NotNull) */ public void setWebFsIndexSize(String webFsIndexSize) { registerVariable("webFsIndexSize", webFsIndexSize); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10K 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 Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 31K bytes - Viewed (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. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0)