I dont believe you can. What you can do is index a NULL term. That is, a term that will not occur naturally in your index. Then you can do such a search:
field:NULL This requires you to index NULL when you know the field is going to be empty. C --- Dan Armbrust <[EMAIL PROTECTED]> wrote: > I'm pretty sure the answer is no.. but I'll check with the guru's anyway... > > In my collection of documents, I have a non-tokenized field that only > occurs 0 or 1 time per document. > > It is possible to create a query so that a documents would be returned if > > (field == "some value" OR field does not exist) > > documents would not be returned if > (field == "some other value") > > > Thanks, > > Dan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]