Package org.codelibs.fess.job
Class AggregateLogJob
java.lang.Object
org.codelibs.fess.job.AggregateLogJob
Job for aggregating and storing search logs.
This job processes search logs and stores them in the search log repository.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AggregateLogJob
public AggregateLogJob()Default constructor.
-
-
Method Details
-
execute
Executes the search log aggregation job. Stores search logs using the SearchLogHelper and returns execution results.- Returns:
- execution result message, empty if successful or error message if failed
-