- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for DataIndexExecTime (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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));
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 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";
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)