Hi Does Lucene provide any API to fetch documents for which a field is not defined.
Example Document1 : field1=value1, field2=value2,field3=value3 Document2 : field1=value4, field2=value4 I want a query to get documents for which field3 is not defined. In example it should return Document2. Regards Rajnish