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.
: 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 ‚
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