org.broadleafcommerce.core.search.service.solr
Interface SolrSearchServiceExtensionListener

All Known Implementing Classes:
SolrSearchServiceExtensionManager

public interface SolrSearchServiceExtensionListener

Author:
Andre Azzolini (apazzolini)

Method Summary
 void addPriceFieldPropertyValues(Product product, Field field, Map<String,Object> values, String propertyName)
           
 void filterSearchFacetRanges(SearchFacetDTO dto, List<SearchFacetRange> ranges)
           
 String getPrefix()
           
 String getPrefixForPriceField()
           
 

Method Detail

getPrefix

String getPrefix()

getPrefixForPriceField

String getPrefixForPriceField()

filterSearchFacetRanges

void filterSearchFacetRanges(SearchFacetDTO dto,
                             List<SearchFacetRange> ranges)

addPriceFieldPropertyValues

void addPriceFieldPropertyValues(Product product,
                                 Field field,
                                 Map<String,Object> values,
                                 String propertyName)
                                 throws IllegalAccessException,
                                        InvocationTargetException,
                                        NoSuchMethodException
Throws:
IllegalAccessException
InvocationTargetException
NoSuchMethodException


Copyright © 2013. All Rights Reserved.