Range Filter on multiple terms

2010-05-15 Thread Ravi Patel
I'm able to do a single RangeFilter on a term: new RangeFilter("date", lower,upper,false,false); I want to add a second rangefilter as well. Is there a way to chain filters? Or should the second range be a RangeQuery? _

lucene performance questions

2010-05-18 Thread Ravi Patel
I have a bunch of fields that have single values such as "date", "id", "flagged" I've noticed that if I Index Tokenize them, my queries are much faster than if they are Untokenized. In My query, I'm using a BooleanQuery or RangeFilter/Query and querying/sorting/filterling based on these