Interface SolrQueryStatisticsAggregator
- All Known Implementing Classes:
Log4jSolrQueryStatisticsAggregator
public interface SolrQueryStatisticsAggregator
Aggregates query statistics
-
Method Summary
Modifier and TypeMethodDescriptionAggregates query statistics and returns it as a collection
-
Method Details
-
aggregate
List<AggregatedSearchQueryInfo> aggregate()Aggregates query statistics and returns it as a collection
-