- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for dataConfigIds (0.2 sec)
-
src/main/java/org/codelibs/fess/job/CrawlJob.java
} public CrawlJob fileConfigIds(final String[] fileConfigIds) { this.fileConfigIds = fileConfigIds; return this; } public CrawlJob dataConfigIds(final String[] dataConfigIds) { this.dataConfigIds = dataConfigIds; return this; } public CrawlJob hotThread(final int hotThreadInterval) { this.hotThreadInterval = hotThreadInterval; return this; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jun 23 04:13:47 UTC 2024 - 15.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
public String fileConfigIds; @Option(name = "-d", aliases = "--dataConfigIds", metaVar = "dataConfigIds", usage = "Data Config IDs") public String dataConfigIds; @Option(name = "-p", aliases = "--properties", metaVar = "properties", usage = "Properties File") public String propertiesPath;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 24K bytes - Viewed (0) -
src/main/resources/fess_config.properties
job.template.title.file=File Crawler - {0} job.template.title.data=Data Crawler - {0} job.template.script=return container.getComponent("crawlJob").logLevel("info").webConfigIds([{0}] as String[]).fileConfigIds([{1}] as String[]).dataConfigIds([{2}] as String[]).jobExecutor(executor).execute(); job.max.crawler.processes=0 job.default.script=groovy job.system.property.filter.pattern= processors=0 java.command.path=java python.command.path=python
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String JOB_TEMPLATE_TITLE_DATA = "job.template.title.data"; /** The key of the configuration. e.g. return container.getComponent("crawlJob").logLevel("info").webConfigIds([{0}] as String[]).fileConfigIds([{1}] as String[]).dataConfigIds([{2}] as String[]).jobExecutor(executor).execute(); */ String JOB_TEMPLATE_SCRIPT = "job.template.script"; /** The key of the configuration. e.g. 0 */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1)