: How do you create a Lucene Filter to check if a field has a value?  It is
: part for a ChainedFilter that I am creating.


take a look at RangeFilter ... you want a RangeFilter on your field 
name where the upper and lower bounds are both null.



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to