It would really help to see the relevant parts of the code
you're using to see what you've tried. You might want to
review:
http://wiki.apache.org/solr/UsingMailingLists
Best
Erick
On Mon, Jan 23, 2012 at 2:45 PM, jingjung Ng wrote:
> Hi,
>
> I implemented the facet using
>
> query.addFacetQuery
Hi,
I implemented the facet using
query.addFacetQuery
query.addFilterQuery
to facet on:
gender:male
state:DC
This works fine. How can I facet on multi-values using Solrj API, like
following:
gender:male
gender:female
state:DC
I've tried, but return 0. Can anyone help ?
Thanks,
-jingjung n