Perfect!
Many thanks
Sent from my HTC One⢠X, an AT&T 4G LTE smartphone
- Reply message -
From: "Ahmet Arslan"
To: ,
Subject: multiple filter queries and boolean operators in SolrJ
Date: Tue, Sep 11, 2012 6:36 PM
--- On Wed, 9/12/12, Rajarshi Guha wrote:
> Fr
fq's are always intersections, if you want to union multiple queries
you have to specify them in a single fq -- that's not a SolrJ/URL thing,
that's just a low level detail of how solr caches & intersects filters.
from SolrJ you just have to do a single addFilterQuery() call containing
your uni
--- On Wed, 9/12/12, Rajarshi Guha wrote:
> From: Rajarshi Guha
> Subject: multiple filter queries and boolean operators in SolrJ
> To: solr-user@lucene.apache.org
> Date: Wednesday, September 12, 2012, 12:58 AM
> Hi, I am accessing our Solr
> installation via SolrJ.
Hi, I am accessing our Solr installation via SolrJ. Currently, we are
supporting filter queries via the addFilterQuery() method of
SolrQuery. However as far as I can see, the resultant documents that
come out of the query are the intersection of all the filters.
Ideally, what I'd like to happen is