Re: SOLR 6: edismax search query with OR operator does not work as expected

2016-07-08 Thread Erick Erickson
> (If I understood you) - > > Sas > > > -Original Message- > From: Aleš Gregor [mailto:alg...@gmail.com] > Sent: Friday, July 8, 2016 9:37 AM > To: solr-user@lucene.apache.org > Subject: SOLR 6: edismax search query with OR operator does not work as > expected > &

RE: SOLR 6: edismax search query with OR operator does not work as expected

2016-07-08 Thread Jamal, Sarfaraz
ache.org Subject: SOLR 6: edismax search query with OR operator does not work as expected Hello, after migrating my index from Solr 4.3 to Solr 6 I noticed that the OR logical operator in search query no longer works as expected. On Solr 4.3 query - Blue OR Red - brings all documents with Blu

SOLR 6: edismax search query with OR operator does not work as expected

2016-07-08 Thread Aleš Gregor
Hello, after migrating my index from Solr 4.3 to Solr 6 I noticed that the OR logical operator in search query no longer works as expected. On Solr 4.3 query - Blue OR Red - brings all documents with Blue or Red or both tokens found. On Solr 6 the same query only brings documents with both the to