Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for errorCount (0.12 sec)

  1. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFailureUrlCA.java

        }
    
        public void setErrorCount_Avg(ConditionOptionCall<AvgAggregationBuilder> opLambda) {
            setErrorCount_Avg("errorCount", opLambda);
        }
    
        public void setErrorCount_Avg(String name, ConditionOptionCall<AvgAggregationBuilder> opLambda) {
            AvgAggregationBuilder builder = regAvgA(name, "errorCount");
            if (opLambda != null) {
                opLambda.callback(builder);
            }
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FailureUrlDbm.java

                false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnErrorCount = cci("errorCount", "errorCount", null, null, Integer.class, "errorCount", null, false,
                false, false, "Integer", 0, 0, null, null, false, null, null, null, null, null, false);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/helper/CrawlingConfigHelperTest.java

            assertEquals("name", fieldSortBuilderList.get(1).getFieldName());
        }
    
        public void test_getExcludedUrlList() {
            final AtomicInteger errorCount = new AtomicInteger(0);
            final DynamicProperties systemProperties = ComponentUtil.getSystemProperties();
            final FailureUrlCB cb = new FailureUrlCB();
            ComponentUtil.register(new FailureUrlBhv() {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/indexer/IndexUpdater.java

                        // reset count
                        errorCount = 0;
                    } catch (final Exception e) {
                        if (errorCount > maxErrorCount) {
                            throw e;
                        }
                        errorCount++;
                        logger.warn("Failed to access data. Retry to access it {} times.", errorCount, e);
                    } finally {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl_details.jsp

                                            <tr>
                                                <th><la:message key="labels.failure_url_error_count"/></th>
                                                <td>${f:h(errorCount)}<la:hidden property="errorCount"/></td>
                                            </tr>
                                            <tr>
                                                <th><la:message
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.8K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/parse.go

    		// Put file and line information on head of message.
    		format = "%s:%d: " + format + "\n"
    		args = append([]interface{}{p.lex.File(), p.lineNum}, args...)
    	}
    	fmt.Fprintf(p.errorWriter, format, args...)
    	p.errorCount++
    	if p.errorCount > 10 && !*flags.AllErrors {
    		log.Fatal("too many errors")
    	}
    }
    
    func (p *Parser) pos() src.XPos {
    	return p.ctxt.PosTable.XPos(src.MakePos(p.lex.Base(), uint(p.lineNum), 0))
    }
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 04 18:16:59 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_en.properties

    labels.configParameter=Config Parameters
    labels.content=Content
    labels.csvFileEncoding=CSV Encoding
    labels.defaultLabelValue=Default Label
    labels.designFileName=File Name
    labels.incrementalCrawling=Check Last Modified
    labels.errorCount=Error Count
    labels.errorLog=Error Log
    labels.errorName=Error Name
    labels.expiredTime=Expired
    labels.expires=Expired
    labels.failureCountThreshold=Failure Count
    labels.fileConfigName=File System Config Name
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.content=Содержание
    labels.csvFileEncoding=CSV кодировка
    labels.defaultLabelValue=Надпись по умолчанию
    labels.designFileName=Имя файла
    labels.incrementalCrawling=Проверка последнего изменения
    labels.errorCount=Количество ошибок
    labels.errorLog=Журнал ошибок
    labels.errorName=Ошибки имени
    labels.expiredTime=Истекло
    labels.failureCountThreshold=Число ошибок
    labels.fileConfigName=Имя файла настройки системы
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label.properties

    labels.configParameter=Config Parameters
    labels.content=Content
    labels.csvFileEncoding=CSV Encoding
    labels.defaultLabelValue=Default Label
    labels.designFileName=File Name
    labels.incrementalCrawling=Check Last Modified
    labels.errorCount=Error Count
    labels.errorLog=Error Log
    labels.errorName=Error Name
    labels.expiredTime=Expired
    labels.expires=Expired
    labels.failureCountThreshold=Failure Count
    labels.fileConfigName=File System Config Name
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_fr.properties

    labels.content	=	Contenu
    labels.csvFileEncoding	=	Encodage CSV
    labels.defaultLabelValue	=	Libellé par défaut
    labels.designFileName	=	Nom de fichier
    labels.incrementalCrawling	=	Vérifier la dernière modification
    labels.errorCount	=	Nombre d'erreurs
    labels.errorLog	=	Journal des erreurs
    labels.errorName	=	Nom de l'erreur
    labels.expiredTime	=	Expiré
    labels.expires	=	Expiré
    labels.failureCountThreshold	=	Nombre d'échecs
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
Back to top