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?
_
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