Interface StatisticsCollector
- All Known Implementing Classes:
DefaultStatisticsCollector
public interface StatisticsCollector
Collects statistics for Solr queries
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddStatistic(SearchQueryInfo searchResult) Adds single statisticvoidclear()Clears all statisticsReturns all aggregated statistics for all single queries that had been added
-
Method Details
-
addStatistic
Adds single statistic -
getAggregatedStatistics
List<AggregatedSearchQueryInfo> getAggregatedStatistics()Returns all aggregated statistics for all single queries that had been added -
clear
void clear()Clears all statistics
-