Thanks Erik. Is there any available UI that supports multi-select faceting?
________________________________ From: Erik Hatcher <erik.hatc...@gmail.com> To: solr-user@lucene.apache.org Sent: Friday, December 9, 2011 9:46 AM Subject: Re: UI support for Multi-Select Facet queries? No, multiselect is not wired into /browse. That'd be a nice addition though. Erik On Dec 8, 2011, at 16:30 , PJ Shimmer wrote: > Greetings, > > I see that we can query multiple facets for a search with a syntax like > "fq=grade:A OR grade:B". However, I only know how to do this by modifying > the URL parameter. Is there a UI component that allows you to select > multiple facet values? I'm thinking something like a checkbox next to each > value. I'm using the default UI @ http://localhost:8983/solr/browse, and > didn't see an obvious way to do this.