On Mar 16, 2007, at 6:17 PM, Ryan McKinley wrote:
Is it possible to search for all documents with a field?

Yup...

I have documents with a bunch of fields and a field for 'error'
(string field with the actual error).  Is it possible do search for
documents that have an error?  Considering the new *:* syntax, i would
guess something like "error:*"

error:[* TO *] does the trick... or all docs without an error is - error:[* TO *]

        Erik

Reply via email to