- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for default_crawler (0.06 sec)
-
src/main/resources/fess_config.properties
#-Xdebug\n\ #-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=127.0.0.1:8000\n\ # job # System job IDs for scheduled jobs. job.system.job.ids=default_crawler # Template for web crawler job title. job.template.title.web=Web Crawler - {0} # Template for file crawler job title. job.template.title.file=File Crawler - {0} # Template for data crawler job title.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* -Dorg.apache.pdfbox.rendering.UsePureJavaCMYKConversion=true<br> * */ String JVM_THUMBNAIL_OPTIONS = "jvm.thumbnail.options"; /** The key of the configuration. e.g. default_crawler */ String JOB_SYSTEM_JOB_IDS = "job.system.job.ids"; /** The key of the configuration. e.g. Web Crawler - {0} */ String JOB_TEMPLATE_TITLE_WEB = "job.template.title.web";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2)