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 or is this just not possible?
This is probably the following issue: https://issues.apache.org/jira/browse/SOLR-2649 It hasn't been fixed yet. There's a very long history laid out there. I've commented on it too. Thanks, Shawn