- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for processeurs (0.07 sec)
-
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 -
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 -
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