Package com.raritantechnologies.searchApp.reporting

Interfaces and classes used to generate reports from query and/or result sets.

See:
          Description

Interface Summary
IReporter Base interface for modules that can publish reports (to memory, file, database, email, wireless, JMS messaging service etc.
IReportingProcess Base interface for reporting job processes.
 

Class Summary
CacheReporter Simple reporter that caches a data string.
EMailReporter Base class for reporting job processes that write output to eMail.
FileReporter Base class for reporting job processes that write output to a file.
NewResultsProcess Job Process that retrieves a set of stored QueryResultBeans, re-executes the queries against the SearchSource associated with each QueryResultBean, with a configurable date limit to restrict the results to new results.
NewResultsReporter Reports on any new records that have appeared in a QueryResultBean since the last time that the Query was run.
TopQueryReporter Reporting process that builds a sorted list of the "top" queries based on Date, number of hits, number of tries, etc.
TopResultReporter Builds a sorted list of the "top" results by executing pre-configured query against some SearchSource.
 

Package com.raritantechnologies.searchApp.reporting Description

Interfaces and classes used to generate reports from query and/or result sets.