On Aug 22, 2008, at 3:31 PM, Alexander Ramos Jardim wrote:
I'd like to know if there's a way to query for not having a field set.
Something like saying "I want all the docs that have field A empty".

Is that possible?

Sure is....

   -field:[* TO *]

that'll match all documents that do NOT have terms in "field"

        Erik


Reply via email to