Uses of Class
de.hybris.platform.solrfacetsearch.search.impl.SolrResult
Packages that use SolrResult
Package
Description
-
Uses of SolrResult in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type SolrResultModifier and TypeMethodDescriptionstatic Converter<SolrResult,?> IndexedTypes.getSolrResultConverter(IndexedType indexType) -
Uses of SolrResult in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search with parameters of type SolrResultModifier and TypeMethodDescriptionAbstractSolrConverter.convert(SolrResult source) protected <TYPE> TYPEAbstractSolrConverter.getValue(SolrResult solrResult, IndexedProperty property) Returns value of the indexed property from the SOLR search result byIndexedPropertyinstance.protected <TYPE> TYPEAbstractSolrConverter.getValue(SolrResult solrResult, String propertyName) Returns value of the indexed property from the SOLR search result by (not translated) name . -
Uses of SolrResult in de.hybris.platform.solrfacetsearch.search.product
Methods in de.hybris.platform.solrfacetsearch.search.product with parameters of type SolrResultModifier and TypeMethodDescriptionDefaultSolrProductConverter.convert(SolrResult solrResult, SolrProductData target)