Re: Filters or BooleanQuery

2006-08-02 Thread Chris Hostetter
: I could easily go through and add query's but I have a feeling I should : use a filter somewhere. What are the best practices when deciding what : to do? the list archives will have a lot of discussion on this (mainly along the lines of "should i use a Filter?" in general the deciding factors

Filters or BooleanQuery

2006-07-31 Thread Michael J. Prichard
This is more of a design question. I have a ton of email that is indexed. I need to search based on a date range so I use a RangeQuery added to a BooleanQuery to search. This works. Now I need to include another clause that will narrow the result even more. AND on top of that I will need s