Interface AggregatedQueryStatsService
-
- All Known Implementing Classes:
DefaultAggregatedQueryStatsService
public interface AggregatedQueryStatsServiceService to manipulate aggregated query statistics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsave(java.util.List<AggregatedSearchQueryInfo> aggregatedStatistics)Saves aggregated query statistics
-
-
-
Method Detail
-
save
void save(java.util.List<AggregatedSearchQueryInfo> aggregatedStatistics)
Saves aggregated query statistics- Parameters:
aggregatedStatistics- List ofAggregatedSearchQueryInfo
-
-