Re: edismax: implicit AND changes into implicit OR

2013-01-06 Thread Juan Miguel Cejuela
was this finally filled in a jira issue? I'm experiencing the same problem. With default q.op=AND "q:xxx zzz" behaves as expected --> "xxx AND zzz" "q:(xxx AND yyy) zzz" behaves as expected --> "(xxx AND yyy) AND zzz "q:(xxx OR yyy) zzz" changes the default operator to OR like --> "(xxx OR yyy)

Re: edismax: implicit AND changes into implicit OR

2012-12-12 Thread Jack Krupansky
e.apache.org Subject: Re: edismax: implicit AND changes into implicit OR On 12/12/2012 10:27 AM, Burgmans, Tom wrote: I have set in the schema (and restarted Solr), and tested again with http://localhost:8983/solr/collection1/browse?defType=edismax&q=(Thomas+Michael)+OR+xxxmatchesnothingxxx&q.

Re: edismax: implicit AND changes into implicit OR

2012-12-12 Thread Jack Krupansky
evel BooleanQuery. -- Jack Krupansky From: Burgmans, Tom Sent: Wednesday, December 12, 2012 7:51 AM To: solr-user@lucene.apache.org Subject: edismax: implicit AND changes into implicit OR Hi all, I wonder if this is a bug or expected behavior: I have some documents indexed; 3 of

RE: edismax: implicit AND changes into implicit OR

2012-12-12 Thread Burgmans, Tom
implicit AND changes into implicit OR On 12/12/2012 10:27 AM, Burgmans, Tom wrote: > I have set in the schema (and > restarted Solr), and tested again with > > http://localhost:8983/solr/collection1/browse?defType=edismax&q=(Thomas+Michael)+OR+xxxmatchesnothingxxx&q.op=AND &g

Re: edismax: implicit AND changes into implicit OR

2012-12-12 Thread Shawn Heisey
On 12/12/2012 10:27 AM, Burgmans, Tom wrote: I have set in the schema (and restarted Solr), and tested again with http://localhost:8983/solr/collection1/browse?defType=edismax&q=(Thomas+Michael)+OR+xxxmatchesnothingxxx&q.op=AND note the extra parameter. Still it returns the 7 documents that m

RE: edismax: implicit AND changes into implicit OR

2012-12-12 Thread Burgmans, Tom
y search terms with a +. -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Wednesday 12 December 2012 05:46 To: solr-user@lucene.apache.org Subject: Re: edismax: implicit AND changes into implicit OR On 12/12/2012 5:51 AM, Burgmans, Tom wrote: > I have some doc

Re: edismax: implicit AND changes into implicit OR

2012-12-12 Thread Shawn Heisey
On 12/12/2012 5:51 AM, Burgmans, Tom wrote: I have some documents indexed; 3 of them contain “Thomas” and 4 of them contain “Michael”, but none of the contain both. A search for http://localhost:8983/solr/collection1/browse?defType=edismax&q=(Thomas+Michael)

edismax: implicit AND changes into implicit OR

2012-12-12 Thread Burgmans, Tom
Hi all, I wonder if this is a bug or expected behavior: I have some documents indexed; 3 of them contain "Thomas" and 4 of them contain "Michael", but none of the contain both. A search for http://localhost:8983/solr/collection1/browse?defType=edismax&q=(Thomas+Michael) returns 0 results as expe