Uses of Class
de.hybris.platform.solrfacetsearch.search.impl.SolrResult
-
Packages that use SolrResult Package Description de.hybris.platform.solrfacetsearch.config de.hybris.platform.solrfacetsearch.search de.hybris.platform.solrfacetsearch.search.product -
-
Uses of SolrResult in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type SolrResult Modifier and Type Method Description static 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 SolrResult Modifier and Type Method Description TAbstractSolrConverter. 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, java.lang.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 SolrResult Modifier and Type Method Description SolrProductDataDefaultSolrProductConverter. convert(SolrResult solrResult, SolrProductData target)
-