: forms with a fuzzy term, otherwise I get to much noise). However, FuzzyQuery : is a final class and I cannot extend it. Could that be changed?
It's been final since the first rev ... i seem to recall some discussion about many Lucene classes being final as a speed optimization in really old JVMs, so it probably could be changed, but it would be a good idea to audit the variables/methods in the class to make sure they would play nice with subclasses (ie: no private methods that a subclass would likely need to call, etc...) that's not to say however that there isn't still a legitimate reason why the class is final that i'm not realizing. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]