- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for joms (0.02 seconds)
-
src/main/resources/fess_job.xml
"http://dbflute.org/meta/lastadi10.dtd"> <components> <component name="scriptJobExecutor" class="org.codelibs.fess.job.impl.ScriptExecutor" instance="prototype"> </component> <!-- Jobs --> <component name="crawlJob" class="org.codelibs.fess.job.CrawlJob" instance="prototype"> </component> <component name="suggestJob" class="org.codelibs.fess.job.SuggestJob" instance="prototype"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 1.7K bytes - Click Count (0) -
src/main/resources/fess_message_de.properties
errors.not_load_from_server = Konnte von diesem Server nicht geladen werden. Ursache: {0} errors.failed_to_start_job = Fehler beim Starten eines Jobs: {0}. errors.failed_to_stop_job = Fehler beim Stoppen eines Jobs: {0}. errors.failed_to_download_synonym_file = Fehler beim Herunterladen einer Synonymdatei. errors.failed_to_upload_synonym_file = Fehler beim Hochladen einer Synonymdatei.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
return "Unknown"; } /** * Gets the instance ID for this Fess instance. * Combines scheduler.target.name (if configured), hostname, and PID * to ensure uniqueness across multiple JVMs on the same host. * * @return The instance ID. */ public String getInstanceId() { final String targetName = ComponentUtil.getFessConfig().getSchedulerTargetName();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Maximum number of crawler processes. job.max.crawler.processes=0 # Default script language for jobs. job.default.script=groovy # Pattern to filter system properties for jobs. job.system.property.filter.pattern= # Number of processors to use. processors=0 # Path to Java command. java.command.path=java # Path to Python command.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/resources/fess_label_fr.properties
labels.purge_search_log_day=Supprimer les anciens journaux de recherche labels.purge_job_log_day=Supprimer les anciens journaux de tâches labels.purge_user_info_day=Supprimer les anciens journaux utilisateur labels.purge_by_bots=Noms de robots pour supprimer les journaux labels.log_level=Niveau de journalisation labels.csv_file_encoding=Encodage du fichier CSV labels.notification_to=E-mail de notification labels.pathmap_configuration=Mappage de chemin
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Default script language for jobs. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getJobDefaultScript(); /** * Get the value for the key 'job.system.property.filter.pattern'. <br> * The value is, e.g. <br> * comment: Pattern to filter system properties for jobs.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)