Re: problems with boolean query

2013-11-29 Thread tkurz
Thank you very mutch! That fixed the problem! -- View this message in context: http://lucene.472066.n3.nabble.com/problems-with-boolean-query-tp4103770p4103839.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: problems with boolean query

2013-11-28 Thread Jack Krupansky
: problems with boolean query Hi all! I have a question regarding boolean queries. What I want to reach: Return all documents where string-field „access" has value ‚allow*‘ or is not set. My query: fq = (access:Allow*) OR (-access:*) But I got only the results where the field has value ‚

problems with boolean query

2013-11-28 Thread Thomas Kurz
Hi all! I have a question regarding boolean queries. What I want to reach: Return all documents where string-field „access" has value ‚allow*‘ or is not set. My query: fq = (access:Allow*) OR (-access:*) But I got only the results where the field has value ‚allow*‘. I am using solr 4.3.1 with