Re: BooleanFilter proposal

2006-03-24 Thread Terry Steichen
+1 markharw00d wrote: What do folks feel about a BooleanFilter which is the equivalent of BooleanQuery ie a filter which contains other filters, combined with the same "must", "should" or "must not" logic. I know we already have ChainedFilter in the "misc" section of the contrib area but it

BooleanFilter proposal

2006-03-24 Thread markharw00d
What do folks feel about a BooleanFilter which is the equivalent of BooleanQuery ie a filter which contains other filters, combined with the same "must", "should" or "must not" logic. I know we already have ChainedFilter in the "misc" section of the contrib area but its methods do not echo the