Re: Multi Select Facets through Java API

2010-03-22 Thread homerlex
With your eaxmple I got it working nicely with addFacetField and addFilterQuery in the API. Thanks, I appreciate the help. Britske wrote: > > something like this? > > q=mainquery&fq={!tag=carfq}cars:corvette OR > cars:camaro&facet=on&facet.field={!ex=carfq key=carfacet}cars > > -the facet:

Re: Multi Select Facets through Java API

2010-03-22 Thread Geert-Jan Brits
something like this? q=mainquery&fq={!tag=carfq}cars:corvette OR cars:camaro&facet=on&facet.field={!ex=carfq key=carfacet}cars -the facet: "carfacet" is indepedennt of the filter query that filters on cars. -you construct the filter query (fq={!tag=carfq}cars:corvette OR cars:camaro) yourself in

Re: Multi Select Facets through Java API

2010-03-22 Thread homerlex
bump - anyone? -- View this message in context: http://old.nabble.com/Multi-Select-Facets-through-Java-API-tp27951014p27986301.html Sent from the Solr - User mailing list archive at Nabble.com.