"[QueryParser.Parse] 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."
Thanks Erik. The confusion is understandable. Also, "Lucene in Action" has been a great help on 1.9. Is there a new revision I can buy for 2.0/1? Vijay Santhanam B.Eng.(Soft.) Spectrum Wired - Software Engineer -----Original Message----- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Friday, 15 June 2007 3:04 PM To: [email protected] Subject: Re: Lucene.Net 2.0 and Regex Query and Test Cases 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 __________ NOD32 2220 (20070426) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com
