Uses of Class
de.hybris.platform.solrfacetsearch.reporting.data.AggregatedSearchQueryInfo
Packages that use AggregatedSearchQueryInfo
Package
Description
-
Uses of AggregatedSearchQueryInfo in de.hybris.platform.solrfacetsearch.reporting
Methods in de.hybris.platform.solrfacetsearch.reporting that return types with arguments of type AggregatedSearchQueryInfoModifier and TypeMethodDescriptionSolrQueryStatisticsAggregator.aggregate()Aggregates query statistics and returns it as a collectionStatisticsCollector.getAggregatedStatistics()Returns all aggregated statistics for all single queries that had been addedMethod parameters in de.hybris.platform.solrfacetsearch.reporting with type arguments of type AggregatedSearchQueryInfoModifier and TypeMethodDescriptionvoidAggregatedQueryStatsService.save(List<AggregatedSearchQueryInfo> aggregatedStatistics) Saves aggregated query statistics -
Uses of AggregatedSearchQueryInfo in de.hybris.platform.solrfacetsearch.reporting.data.converters
Methods in de.hybris.platform.solrfacetsearch.reporting.data.converters with parameters of type AggregatedSearchQueryInfoModifier and TypeMethodDescriptionAggregatedStatisticsConverter.convert(AggregatedSearchQueryInfo result) AggregatedStatisticsConverter.convert(AggregatedSearchQueryInfo source, SolrQueryAggregatedStatsModel prototype) -
Uses of AggregatedSearchQueryInfo in de.hybris.platform.solrfacetsearch.reporting.impl
Methods in de.hybris.platform.solrfacetsearch.reporting.impl that return types with arguments of type AggregatedSearchQueryInfoModifier and TypeMethodDescriptionLog4jSolrQueryStatisticsAggregator.aggregate()DefaultStatisticsCollector.getAggregatedStatistics()Method parameters in de.hybris.platform.solrfacetsearch.reporting.impl with type arguments of type AggregatedSearchQueryInfoModifier and TypeMethodDescriptionprotected List<SolrQueryAggregatedStatsModel>DefaultAggregatedQueryStatsService.convertPojosToModels(List<AggregatedSearchQueryInfo> allStatistics) voidDefaultAggregatedQueryStatsService.save(List<AggregatedSearchQueryInfo> aggregatedStatistics) voidDefaultAggregatedQueryStatsService.setConverter(Converter<AggregatedSearchQueryInfo, SolrQueryAggregatedStatsModel> converter)