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
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
Hello All,
Not sure if this should be user, dev or a bug report. Apologies if this
is the wrong message to the wrong place! Happy to correct it if needed.
QueryParser's static parse() method is deprecated, but
MultiFieldQueryParser has three static parse() methods, moreover there's
constr