solr-query with NOT and OR operator

2014-02-11 Thread Johannes Siegert
Hi, my solr-request contains the following filter-query: fq=((-(field1:value1)))+OR+(field2:value2). I expect solr deliver documents matching to ((-(field1:value1))) and documents matching to (field2:value2). But solr deliver only documents, that are the result of (field2:value2). I

Re: solr-query with NOT and OR operator

2014-02-11 Thread Mikhail Khludnev
http://wiki.apache.org/solr/CommonQueryParameters#debugQuery and http://wiki.apache.org/solr/CommonQueryParameters#explainOther usually help so much On Tue, Feb 11, 2014 at 7:57 PM, Johannes Siegert johannes.sieg...@marktjagd.de wrote: Hi, my solr-request contains the following

Re: solr-query with NOT and OR operator

2014-02-11 Thread Jack Krupansky
)))+OR+(field2:value2). -- Jack Krupansky -Original Message- From: Johannes Siegert Sent: Tuesday, February 11, 2014 10:57 AM To: solr-user@lucene.apache.org Subject: solr-query with NOT and OR operator Hi, my solr-request contains the following filter-query: fq=((-(field1:value1

Re: solr-query with NOT and OR operator

2014-02-11 Thread Erick Erickson
Krupansky -Original Message- From: Johannes Siegert Sent: Tuesday, February 11, 2014 10:57 AM To: solr-user@lucene.apache.org Subject: solr-query with NOT and OR operator Hi, my solr-request contains the following filter-query: fq=((-(field1:value1)))+OR+(field2:value2). I

Re: solr-query with NOT and OR operator

2014-02-11 Thread Johannes Siegert
@lucene.apache.org Subject: solr-query with NOT and OR operator Hi, my solr-request contains the following filter-query: fq=((-(field1:value1)))+OR+(field2:value2). I expect solr deliver documents matching to ((-(field1:value1))) and documents matching to (field2:value2). But solr deliver only