Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 61 for startTime (0.04 sec)

  1. src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java

            if (ComponentUtil.getFessConfig().isIncrementalCrawling()) {
    
                final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
                final long startTime = systemHelper.getCurrentTimeAsLong();
    
                final FessConfig fessConfig = ComponentUtil.getFessConfig();
                final CrawlingConfigHelper crawlingConfigHelper = ComponentUtil.getCrawlingConfigHelper();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp

                                                        </c:choose></td>
                                                        <td><fmt:formatDate
                                                                value="${fe:date(data.startTime)}"
                                                                pattern="yyyy-MM-dd'T'HH:mm:ss"/></td>
                                                        <td><c:if test="${data.endTime!=null}">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 11.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsJobLogBhv.java

                result.setScriptResult(DfTypeUtil.toString(source.get("scriptResult")));
                result.setScriptType(DfTypeUtil.toString(source.get("scriptType")));
                result.setStartTime(DfTypeUtil.toLong(source.get("startTime")));
                result.setTarget(DfTypeUtil.toString(source.get("target")));
                return updateEntity(source, result);
            } catch (InstantiationException | IllegalAccessException e) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         */
        protected void waitForYellowStatus(final FessConfig fessConfig) {
            Exception cause = null;
            final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
            final long startTime = systemHelper.getCurrentTimeAsLong();
            for (int i = 0; i < maxEsStatusRetry; i++) {
                try {
                    final ClusterHealthResponse response = client.admin()
                            .cluster()
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java

                final CrawlerClient client) {
            final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
            final long startTime = systemHelper.getCurrentTimeAsLong();
            final CrawlerStatsHelper crawlerStatsHelper = ComponentUtil.getCrawlerStatsHelper();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 28.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/helper/SystemHelper.java

                return true;
            }
            final long startTime = getCurrentTimeAsLong();
            final String threadName = Thread.currentThread().getName();
            try {
                waitingThreadNames.add(threadName);
                while (current >= percent) {
                    if (timeoutInMillis > 0 && getCurrentTimeAsLong() - startTime > timeoutInMillis) {
                        if (logger.isInfoEnabled()) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/indexer/IndexUpdater.java

                        logger.debug("Skipped. The response code is {}.", accessResult.getHttpStatusCode());
                    }
                    continue;
                }
    
                final long startTime = systemHelper.getCurrentTimeAsLong();
                final AccessResultData<?> accessResultData = getAccessResultData(accessResult);
                if (accessResultData != null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 32.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_en.properties

    labels.purgeUserInfoDay=Delete old user logs
    labels.reading=Reading
    labels.roleTypeIds=Role IDs
    labels.scriptData=Script
    labels.scriptResult=Result
    labels.scriptType=Execution Method
    labels.segmentation=Segmentation
    labels.startTime=Start Time
    labels.target=Target
    labels.token=Token
    labels.synonymFile=Synonym File
    labels.stopwordsFile=Stopwords File
    labels.stemmerOverrideFile=Stemmer Override File
    labels.mappingFile=Mapping File
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_zh_TW.properties

    labels.purgeJobLogDay=刪除以前的作業日誌
    labels.purgeUserInfoDay=刪除以前的使用者日誌
    labels.reading=讀音
    labels.roleTypeIds=角色ID
    labels.scriptData=腳本
    labels.scriptResult=結果
    labels.scriptType=執行方法
    labels.segmentation=分段
    labels.startTime=開始時間
    labels.target=目標
    labels.token=令牌
    labels.synonymFile=同義詞檔案
    labels.stopwordsFile=停用詞檔案
    labels.stemmerOverrideFile=詞幹覆蓋檔案
    labels.mappingFile=映射檔案
    labels.protwordsFile=Protwords檔案
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_de.properties

    labels.reading=Lesen
    labels.roleTypeIds=Rollen-IDs
    labels.scriptData=Skript
    labels.scriptResult=Ergebnis
    labels.scriptType=Ausführungsmethode
    labels.segmentation=Segmentierung
    labels.startTime=Startzeit
    labels.target=Ziel
    labels.token=Token
    labels.synonymFile=Synonymdatei
    labels.stopwordsFile=Stopwörterdatei
    labels.stemmerOverrideFile=Stemmer-Überschreibungsdatei
    labels.mappingFile=Zuordnungsdatei
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
Back to top