Class AggregateLogJob

java.lang.Object
org.codelibs.fess.job.AggregateLogJob

public class AggregateLogJob extends Object
Job for aggregating and storing search logs. This job processes search logs and stores them in the search log repository.
  • Constructor Details

    • AggregateLogJob

      public AggregateLogJob()
      Default constructor.
  • Method Details

    • execute

      public String 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