Interface AggregatedQueryStatsService
- All Known Implementing Classes:
DefaultAggregatedQueryStatsService
public interface AggregatedQueryStatsService
Service to manipulate aggregated query statistics
-
Method Summary
Modifier and TypeMethodDescriptionvoidsave(List<AggregatedSearchQueryInfo> aggregatedStatistics) Saves aggregated query statistics
-
Method Details
-
save
Saves aggregated query statistics- Parameters:
aggregatedStatistics- List ofAggregatedSearchQueryInfo
-