Re: AND for multiple faceted queries

2015-07-06 Thread Alessandro Benedetti
Hi Aki, First of all , not related your question, but be careful with the order of the Token Filters in the Analysis chain. The order is important, and you remove the stop words before you actually normalise the text lowercasing it. This can bring to errors… Then, let's analyse your query : 1) I d

Re: AND for multiple faceted queries

2015-07-03 Thread Aki Balogh
Hi Erick, (and Go Blue!) Thanks for the helpful feedback. What I was imagining is, if I find all matches with exact term "crib bedding" in the body or title, then filter out all exact matches in the body and title, wouldn't it return empty? Here's the entire query: http://52.0.110.53:8080/solr/

Re: AND for multiple faceted queries

2015-07-02 Thread Erick Erickson
What have you done to try to track this down? What proof do you have that the intersection of all those sets is indeed empty? Have you tried the fq clauses one at a time? If my guess is correct, you'll see the last two returning all documents. This certainly isn't the way fq's work, and if it were