- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for DataIndexExecTime (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java
} /** * Set the value of dataIndexExecTime, used in parameter comment. <br> * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty. * @param dataIndexExecTime The parameter value of dataIndexExecTime. (NotNull) */ public void setDataIndexExecTime(String dataIndexExecTime) { registerVariable("dataIndexExecTime", dataIndexExecTime); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 10K bytes - Click Count (0) -
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)