Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for failures (0.07 sec)

  1. WebFsIndexHelper.java

    -> { L210: final String urlValue = Pattern.quote(u); L211: crawler.addExcludeFilter(urlValue); L212: if (logger.isInfoEnabled()) { L213: logger.info("Excluded URL from failures: {}", urlValue); L214: } L215: }); L216: } L217: L218: if (logger.isDebugEnabled()) { L219: logger.debug("Crawling {}", urlsStr); L220: } L221: L222: cr...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      22.6K bytes
  2. fess_label_en.properties

    L56:labels.errorName=Error Name L57:labels.expiredTime=Expired L58:labels.expires=Expired L59:labels.failureCountThreshold=Failure Count L60:labels.fileConfigName=File System Config Name L61:labels.fileName=File name L62:labels.handlerName=Handler Name L63:labels.handlerParameter=Parameters L64:labels.handlerScript=Scripts L65:labels.popularWord=Popular words L66:labels.ignoreFailureType=Ignored Failure Type L67:labels.lastAccessTime=Last Accessed L68:labels.notificationTo=Notification To L69:labels.num=Num L70:labels.pn=Page...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      40.7K bytes
  3. IndexingHelper.java

    if (resp.isFailed() && resp.getFailure() != null) { L91: final Map<String, Object> req = docList.get(i); L92: final Failure failure = resp.getFailure(); L93: logger.debug("Failed Request: {}\n=>{}", req, failure.getMessage()); L94: } L95: } L96: } L97: } L98: throw new SearchE...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      16.8K bytes
  4. fess_label_ru.properties

    Sort Value L364:labels.append_query_param_enabled=Append Params to URL L365:labels.login_required=Login Required L366:labels.login_link=Login Link L367:labels.thumbnail=Thumbnail View L368:labels.ignore_failure_type=Excluded Failure Type L369:labels.failure_count_threshold=Failure Count Threshold L370:labels.popular_word_word_enabled=Popular Word Response L371:labels.supported_search_web=Web L372:labels.supported_search_none=Not Available L373:labels.purge_search_log_day=Purge Search Log Before L37...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      45.6K bytes
  5. fess_label.properties

    L56:labels.errorName=Error Name L57:labels.expiredTime=Expired L58:labels.expires=Expired L59:labels.failureCountThreshold=Failure Count L60:labels.fileConfigName=File System Config Name L61:labels.fileName=File name L62:labels.handlerName=Handler Name L63:labels.handlerParameter=Parameters L64:labels.handlerScript=Scripts L65:labels.popularWord=Popular words L66:labels.ignoreFailureType=Ignored Failure Type L67:labels.lastAccessTime=Last Accessed L68:labels.notificationTo=Notification To L69:labels.num=Num L70:labels.pn=Page...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      40.7K bytes
  6. SamlAuthenticator.java

    StringUtil.isNotBlank(auth.getLastErrorReason())) { L157: logger.warn("Authentication Failure: {} - Reason: {}", errors.stream().collect(Collectors.joining(", ")), L158: auth.getLastErrorReason()); L159: } else { L160: logger.warn("Authentication Failure: {}", errors.stream().collect(Collectors.joining(", "))); L161: } L162: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      15.2K bytes
  7. Constants.java

    OPERTY = "login.link.enabled"; L130: L131: public static final String THUMBNAIL_ENALBED_PROPERTY = "thumbnail.enabled"; L132: L133: public static final String IGNORE_FAILURE_TYPE_PROPERTY = "failure.ignoretype"; L134: L135: public static final String FAILURE_COUNT_THRESHOLD_PROPERTY = "failure.countthreshold"; L136: L137: public static final String CSV_FILE_ENCODING_PROPERTY = "csv.file.encoding"; L138: L139: public static final String PURGE_SEARCH_LOG_DAY_PROPERTY = "purge.searchlog.day";...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Aug 22 12:43:18 UTC 2024
      16.6K bytes
  8. fess_config.properties

    p,https L220:crawler.file.protocols=file,smb,smb1,ftp,storage L221:crawler.data.env.param.key.pattern=^FESS_ENV_.* L222:crawler.ignore.robots.txt=false L223:crawler.ignore.robots.tags=false L224:crawler.ignore.content.exception=true L225:crawler.failure.url.status.codes=404 L226:crawler.system.monitor.interval=60 L227:crawler.hotthread.ignore_idle_threads=true L228:crawler.hotthread.interval=500ms L229:crawler.hotthread.snapshots=10 L230:crawler.hotthread.threads=3 L231:crawler.hotthread.timeout=30s...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
Back to top