Re: Inconsistency between MultiFieldQueryParser and QueryParser

2006-01-17 Thread John Haxby
Daniel Naber wrote: These are just simple convenience methods that create a BooleanQuery. Making them non-static would create a different set of problems, e.g that you need to pass them an array with the same number of elements as the constructor was given. So I don't know if this is something

Re: Inconsistency between MultiFieldQueryParser and QueryParser

2006-01-16 Thread Daniel Naber
On Montag 16 Januar 2006 15:59, John Haxby wrote: > QueryParser's static parse() method is deprecated, but > MultiFieldQueryParser has three static parse() methods, moreover there's > constructor that takes a BooleanClause.Occur[] and no non-static method > that takes a String[] queries. These ar