Class AnalyticsDriver


  • public class AnalyticsDriver
    extends Object
    • Constructor Detail

      • AnalyticsDriver

        public AnalyticsDriver()
    • Method Detail

      • drive

        public static void drive​(AnalyticsRequestManager manager,
                                 SolrIndexSearcher searcher,
                                 DocSet filter,
                                 SolrQueryRequest queryRequest)
                          throws IOException
        Drive the collection of reduction data. This includes overall data as well as faceted data.
        Parameters:
        manager - of the request to drive
        searcher - the results of the query
        filter - that represents the overall query
        queryRequest - used for the search request
        Throws:
        IOException - if an error occurs while reading from Solr