With Zned Lucene, when i search for field1:value1
, I have 1000 hits returned.
When I search for field2:value2
, I have 0 hits returned.
And when i search for field1:value1 AND field2:value2
, I have 1000 hits returned, but I'd rather like to have 0 hits returned !
Why doesn't it do the intersection of the query ?