Re: Over-ride q.op setting at query time

2014-05-01 Thread Bob Laferriere
When using query screen: 1. chocolate cake results in following: +(((Category2Name:chocol^40.0 | ManfProdNum:chocolate | ProductNumber:chocolate | ProductName:chocol^100.0 | Category3Name:chocol^80.0 | Category4Name:chocol^80.0 | Keywords:chocol^300.0 | ProductNameGrams:chocolate^100.0 | Catego

Re: Over-ride q.op setting at query time

2014-05-01 Thread Shawn Heisey
On 5/1/2014 10:59 AM, Bob Laferriere wrote: > I have set q.op=AND in solrconfig.xml and use edismax. I see the match as I > would expect except when I explicitly try to add binary logic. When I type > > termA OR term B > > I am still getting the results of termA AND termB. > > Am I being stupid o

Re: Over-ride q.op setting at query time

2014-05-01 Thread Ahmet Arslan
Hi Bob, Can you paste output of debugQuery=true? On Thursday, May 1, 2014 8:00 PM, Bob Laferriere wrote: I have set q.op=AND in solrconfig.xml and use edismax. I see the match as I would expect except when I explicitly try to add binary logic. When I type termA OR term B I am still getti

Over-ride q.op setting at query time

2014-05-01 Thread Bob Laferriere
I have set q.op=AND in solrconfig.xml and use edismax. I see the match as I would expect except when I explicitly try to add binary logic. When I type termA OR term B I am still getting the results of termA AND termB. Am I being stupid or is this just not possible? Thanks, -Bob