- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for DataIndexExecTime (0.05 sec)
-
src/main/java/org/codelibs/fess/exec/Crawler.java
postcard.setDataIndexSize(getValueFromMap(dataMap, "dataIndexSize", "0")); postcard.setDataIndexExecTime(getValueFromMap(dataMap, "dataIndexExecTime", "0")); postcard.setHostname(getValueFromMap(dataMap, "hostname", StringUtil.EMPTY)); postcard.setWebFsCrawlEndTime(getValueFromMap(dataMap, "webFsCrawlEndTime", StringUtil.EMPTY));
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 DATA_CRAWLING_EXEC_TIME = "DataCrawlExecTime"; /** Info map key for data indexing execution time. */ public static final String DATA_INDEX_EXEC_TIME = "DataIndexExecTime"; /** Info map key for data index size. */ public static final String DATA_INDEX_SIZE = "DataIndexSize"; /** Session identifier key. */ public static final String SESSION_ID = "sessionId";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0)