Interface StatisticsCollector

  • All Known Implementing Classes:
    DefaultStatisticsCollector

    public interface StatisticsCollector
    Collects statistics for Solr queries
    • 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