- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for WebFsIndexSize (0.1 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10K bytes - Viewed (0) -
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)