Uses of Class
org.codelibs.fess.job.ExecJob
Packages that use ExecJob
-
Uses of ExecJob in org.codelibs.fess.job
Subclasses of ExecJob in org.codelibs.fess.jobModifier and TypeClassDescriptionclassCrawlJob is responsible for executing the crawling process in Fess.classJob class for generating thumbnails for documents in the search engine.classJob for executing Python scripts within the Fess search engine environment.classThis job is responsible for executing the suggest creator process.Methods in org.codelibs.fess.job that return ExecJobModifier and TypeMethodDescriptionExecJob.gcLogging()Enables garbage collection logging for this job execution.ExecJob.jobExecutor(JobExecutor jobExecutor) Sets the job executor for this job.ExecJob.jvmOptions(String... options) Adds JVM options for this job execution.Sets the Lasta environment configuration.ExecJob.logFilePath(String logFilePath) Sets the log file path for this job execution.Sets the log level for this job execution.Sets the log suffix for this job execution.ExecJob.remoteDebug()Enables remote debugging for this job execution.Sets the session ID for this job execution.ExecJob.timeout(int timeout) Sets the timeout for this job execution.ExecJob.useLocalFesen(boolean useLocalFesen) Sets whether to use local Fesen instance.