Interface StatisticsCollector
-
- All Known Implementing Classes:
DefaultStatisticsCollector
public interface StatisticsCollectorCollects statistics for Solr queries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddStatistic(SearchQueryInfo searchResult)Adds single statisticvoidclear()Clears all statisticsjava.util.List<AggregatedSearchQueryInfo>getAggregatedStatistics()Returns all aggregated statistics for all single queries that had been added
-
-
-
Method Detail
-
addStatistic
void addStatistic(SearchQueryInfo searchResult)
Adds single statistic
-
getAggregatedStatistics
java.util.List<AggregatedSearchQueryInfo> getAggregatedStatistics()
Returns all aggregated statistics for all single queries that had been added
-
clear
void clear()
Clears all statistics
-
-