- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for webFsIndexSize (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 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); } /**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/Constants.java
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. */ public static final String DATA_CRAWLING_EXEC_TIME = "DataCrawlExecTime"; /** Info map key for data indexing execution time. */
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)