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: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10K bytes
    - Viewed (0)
  2. 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)
  3. 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)
Back to top