Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for processeurs (0.06 sec)

  1. fess_message_fr.properties

    lure=Échec de la mise à jour des balises pour {0} L171: L172:success.update_crawler_params=Paramètres mis à jour. L173:success.delete_doc_from_index=Démarrage d'un processus pour supprimer le document de l'index. L174:success.crawling_info_delete_all=Données de session supprimées. L175:success.start_crawl_process=Démarré un processus d'exploration. L176:success.upload_design_file=Téléchargé {0}. L177:success.update_design_jsp_file=Mis à jour {0}. L178:success.create_crawling_config_at_wizard=Créé...
    github.com/codelibs/fess/src/main/resources/fes...
    Mon Feb 06 22:59:17 UTC 2023
      14.2K bytes
  2. FileListIndexUpdateCallbackImpl.java

    sko ? sko : null; L149: L150: final long maxAccessCount = getMaxAccessCount(paramMap, dataMap); L151: long counter = 0; L152: final Deque<String> urlQueue = new LinkedList<>(); L153: final Set<String> processedUrls = new HashSet<>(); L154: urlQueue.offer(url); L155: while (!urlQueue.isEmpty() && (maxAccessCount < 0 || counter < maxAccessCount)) { L156: counter++; L157: final Map<String, Object> localDataMap...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      16.8K bytes
  3. _readme.txt

    Directory for auto-generated documents L66:playsql : Directory for ReplaceSchema task L67:schema : Directory for files of schema info L68:- - - - - - - - - -/ L69: L70:The files, _project.bat, _project.sh, build.properties L71:are for internal processes of DBFlute tasks so basically L72:you don't need to touch them....
    github.com/codelibs/fess/dbflute_fess/_readme.txt
    Sat Jul 04 22:46:31 UTC 2015
      2.5K bytes
  4. CrawlerEngineClient.java

    String[] hosts = L35: split(address, ",").get(stream -> stream.map(String::trim).filter(StringUtil::isNotEmpty).toArray(n -> new String[n])); L36: final Builder builder = Settings.builder().putList("http.hosts", hosts).put("processors", fessConfig.getCrawlerHttpProcessors()) L37: .put("http.heartbeat_interval", fessConfig.getFesenHeartbeatInterval()); L38: final String username = fessConfig.getFesenUsername(); L39: final String password = fessCon...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.3K bytes
  5. CrawlJob.java

    (runningJobCount > maxCrawlerProcesses) { L101: throw new JobProcessingException( L102: runningJobCount + " crawler processes are running. Max processes are " + maxCrawlerProcesses + "."); L103: } L104: } L105: L106: final StringBuilder resultBuf = new StringBuilder(100); L107: final boolean runAll = webConfigIds == null && fileConfigIds == null && dataConfigIds == null; L108: L109: if (sessionId == null) { // create session...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Jun 23 04:13:47 UTC 2024
      15.1K bytes
  6. FessConfig.java

    L194: String JOB_MAX_CRAWLER_PROCESSES = "job.max.crawler.processes"; L195: L196: /** The key of the configuration. e.g. groovy */ L197: String JOB_DEFAULT_SCRIPT = "job.default.script"; L198: L199: /** The key of the configuration. e.g. */ L200: String JOB_SYSTEM_PROPERTY_FILTER_PATTERN = "job.system.property.filter.pattern"; L201: L202: /** The key of the configuration. e.g. 0 */ L203: String PROCESSORS = "processors"; L204: L205: /** The key of the configuration. e.g. java...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
  7. fess_config.properties

    container.getComponent("crawlJob").logLevel("info").webConfigIds([{0}] as String[]).fileConfigIds([{1}] as String[]).dataConfigIds([{2}] as String[]).jobExecutor(executor).execute(); L153:job.max.crawler.processes=0 L154:job.default.script=groovy L155:job.system.property.filter.pattern= L156: L157:processors=0 L158:java.command.path=java L159:python.command.path=python L160:path.encoding=UTF-8 L161:use.own.tmp.dir=true L162:max.log.output.length=4000 L163:adaptive.load.control=50 L164:supported.uploaded.js.extentions=js...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  8. fess_label_fr.properties

    avant les jours L38:labels.crawlingThreadCount = Configuration simultanée du robot d'exploration L39:labels.boost = Booster L40:labels.crawlingConfigName = Nom L41:labels.crawlingConfigPath = Chemin d'exploration L42:labels.processType = Type de processus L43:labels.parameters = Paramètres L44:labels.designFile = Envoyer un fichier L45:labels.bulkFile = Fichier en vrac L46:labels.appendQueryParameter = Paramètres de requête supplémentaires L47:labels.configId = ID de configuration L48:labels.configParameter...
    github.com/codelibs/fess/src/main/resources/fes...
    Fri Mar 22 11:58:34 UTC 2024
      46.6K bytes
  9. SearchEngineClient.java

    String[] hosts = L389: split(host, ",").get(stream -> stream.map(String::trim).filter(StringUtil::isNotEmpty).toArray(n -> new String[n])); L390: final Builder builder = Settings.builder().putList("http.hosts", hosts).put("processors", fessConfig.availableProcessors()) L391: .put("http.heartbeat_interval", fessConfig.getFesenHeartbeatInterval()); L392: final String username = fessConfig.getFesenUsername(); L393: final String password = fessConfi...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Oct 20 02:08:03 UTC 2024
      86.1K bytes
Back to top