Package org.apache.solr.analytics
Class AnalyticsDriver
- java.lang.Object
-
- org.apache.solr.analytics.AnalyticsDriver
-
public class AnalyticsDriver extends Object
-
-
Constructor Summary
Constructors Constructor Description AnalyticsDriver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddrive(AnalyticsRequestManager manager, SolrIndexSearcher searcher, DocSet filter, SolrQueryRequest queryRequest)Drive the collection of reduction data.
-
-
-
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 drivesearcher- the results of the queryfilter- that represents the overall queryqueryRequest- used for the search request- Throws:
IOException- if an error occurs while reading from Solr
-
-