Hi, Have a look at the wiki page for multi-select faceting: http://wiki.apache.org/solr/SimpleFacetParameters#Multi-Select_Faceting_and_LocalParams.
Alan Woodward www.flax.co.uk On 26 Jul 2013, at 07:23, Ifnu bima wrote: > Hi, > > I'm currently looking at zappos solr implementation on their website. > One thing make me curious is how their facet filter works. > > If you see zappos facet filter, there are some facet that allow us > filter using multiple value, for example size and brands. The > behaviour allow user to select multiple facet value without removing > other value in same facet filter. If you compare this behaviour with, > for example, solr sample /browse handler in solr distribution, it is > quite different, since it will only allow selection of single facet > value per facet filter. > > is zappos multiple facet value can be achieved using only > configuration at solrconfig.xml? or it needs custom code while writing > solr client? > > thanks and regards > > -- > http://ifnubima.org/indo-java-podcast/ > http://project-template.googlecode.com/ > @ifnubima > > regards