Uses of Class
de.hybris.platform.solrfacetsearch.reporting.data.SearchQueryInfo
-
-
Uses of SearchQueryInfo in de.hybris.platform.solrfacetsearch.reporting
Methods in de.hybris.platform.solrfacetsearch.reporting with parameters of type SearchQueryInfo Modifier and Type Method Description voidStatisticsCollector. addStatistic(SearchQueryInfo searchResult)Adds single statisticvoidSolrReportingService. saveQueryResult(SearchQueryInfo result)Saves single query statistic -
Uses of SearchQueryInfo in de.hybris.platform.solrfacetsearch.reporting.impl
Methods in de.hybris.platform.solrfacetsearch.reporting.impl that return types with arguments of type SearchQueryInfo Modifier and Type Method Description java.util.List<SearchQueryInfo>Log4jSolrQueryStatisticsAggregator.LogEntryProcessor. getResult()protected java.util.List<SearchQueryInfo>Log4jSolrQueryStatisticsAggregator. processFile(java.io.File file)Methods in de.hybris.platform.solrfacetsearch.reporting.impl with parameters of type SearchQueryInfo Modifier and Type Method Description voidDefaultStatisticsCollector. addStatistic(SearchQueryInfo searchResult)protected voidDefaultStatisticsCollector. createDateIndexEntry(SearchQueryInfo searchResult, java.lang.String formattedDate)protected java.lang.Object[]Log4jSolrReportingService. getArray(SearchQueryInfo reportingQueryResult)voidLog4jSolrReportingService. saveQueryResult(SearchQueryInfo reportingQueryResult)protected voidDefaultStatisticsCollector. updateDateIndexEntry(SearchQueryInfo searchResult, java.lang.String formattedDate) -
Uses of SearchQueryInfo in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return SearchQueryInfo Modifier and Type Method Description SearchQueryInfoSearchResult. getQueryInfo()Statistics Info about the Search Query - usable for logging -
Uses of SearchQueryInfo in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return SearchQueryInfo Modifier and Type Method Description SearchQueryInfoSolrSearchResult. getQueryInfo()
-