Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for dataIndexExecTime (0.2 sec)

  1. 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);
        }
    
        /**
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        public static final String WEB_FS_INDEX_SIZE = "WebFsIndexSize";
    
        public static final String DATA_CRAWLING_EXEC_TIME = "DataCrawlExecTime";
    
        public static final String DATA_INDEX_EXEC_TIME = "DataIndexExecTime";
    
        public static final String DATA_INDEX_SIZE = "DataIndexSize";
    
        public static final String SESSION_ID = "sessionId";
    
        public static final String CRAWLING_INFO_ID = "crawlingInfoId";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  3. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 24.1K bytes
    - Viewed (0)
Back to top