org.broadleafcommerce.core.search.service.solr
Interface SolrSearchServiceExtensionListener
- All Known Implementing Classes:
- SolrSearchServiceExtensionManager
public interface SolrSearchServiceExtensionListener
- Author:
- Andre Azzolini (apazzolini)
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.