On Jun 14, 2007, at 11:21 PM, Vijay Santhanam wrote:
1. Static QueryParser.Parse is gone L What was the reasoning behind this? I upgraded all my QueryParser.Parse calls
This was removed in Java Lucene because more and more settings (via setters) were added, but those only applied to QueryParser instances. It was confusing to some users who would construct an instance, set some parameters, then call the static parse method.
Erik
