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 receive several documents, if I request only for ((-(field1:value1))).
Thanks! Johannes