Uses of Interface
de.hybris.platform.solrfacetsearch.search.SolrResultPostProcessor
-
Packages that use SolrResultPostProcessor Package Description de.hybris.platform.solrfacetsearch.reporting.processors de.hybris.platform.solrfacetsearch.search.impl -
-
Uses of SolrResultPostProcessor in de.hybris.platform.solrfacetsearch.reporting.processors
Classes in de.hybris.platform.solrfacetsearch.reporting.processors that implement SolrResultPostProcessor Modifier and Type Class Description classSaveResultDataPostProcessorQuery post processor - stores statistics for SOLR query -
Uses of SolrResultPostProcessor in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type SolrResultPostProcessor Modifier and Type Method Description java.util.List<SolrResultPostProcessor>LegacyFacetSearchStrategy. getResultPostProcessors()Deprecated.Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type SolrResultPostProcessor Modifier and Type Method Description voidLegacyFacetSearchStrategy. setResultPostProcessors(java.util.List<SolrResultPostProcessor> resultPostProcessors)Deprecated.
-