- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for webFsIndexExecTime (0.12 sec)
-
src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java
/** * Set the value of webFsIndexExecTime, used in parameter comment. <br> * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty. * @param webFsIndexExecTime The parameter value of webFsIndexExecTime. (NotNull) */ public void setWebFsIndexExecTime(String webFsIndexExecTime) { registerVariable("webFsIndexExecTime", webFsIndexExecTime); } /**
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.setWebFsCrawlStartTime(getValueFromMap(dataMap, "webFsCrawlStartTime", StringUtil.EMPTY)); postcard.setWebFsIndexExecTime(getValueFromMap(dataMap, "webFsIndexExecTime", "0")); postcard.setWebFsIndexSize(getValueFromMap(dataMap, "webFsIndexSize", "0")); if (Constants.TRUE.equalsIgnoreCase(infoMap.get(Constants.CRAWLER_STATUS))) {
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_CRAWLING_EXEC_TIME = "WebFsCrawlExecTime"; /** Info map key for web/file system indexing execution time. */ 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. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0)