Interface StatisticsCollector

All Known Implementing Classes:
DefaultStatisticsCollector

public interface StatisticsCollector
Collects statistics for Solr queries
  • Method Details

    • addStatistic

      void addStatistic(SearchQueryInfo searchResult)
      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