I’m trying to do the following query with Solr:
time:90000 OR (-time:[1521 TO *] AND -(time:[* TO 1519] OR time:[1521 TO *]))
it returns only one result with tag time=90000, but I have two items with tag time with value 90000 and 1520. I would like them both.
Can anyone give me some explaination? Thanks in advance.
I found the solution: when I perform a negative query, I must write:
For my issue, the solution is: