RE: Associating a FieldValueFilter with a search query

2013-11-12 Thread Uwe Schindler
-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Ramprakash Ramamoorthy [mailto:youngestachie...@gmail.com] > Sent: Tuesday, November 12, 2013 7:46 AM > To: java-user@lucene.apache.org > Subject: Associating a FieldVal

Associating a FieldValueFilter with a search query

2013-11-11 Thread Ramprakash Ramamoorthy
Hello, I would like to search for documents that do not have a value for a particular field. I understand org.apache.lucene.search.FieldValueFilter serves the purpose to filter out documents that have/do-not-have a value. I am just wondering the way to associate this filter with a Query object. I