Why is FuzzyQuery a final class?

2006-08-09 Thread Andreas Neumann
Hi everyone, I am new to Lucene, so this may have been asked before. But I could not find an answer to my question in the archives, so I hope it is OK to ask it here. I am trying to extend the FuzzyQuery to further filter the TermEnum. (I am indexing stem forms and original forms, but I only wa

Re: Why is FuzzyQuery a final class?

2006-08-13 Thread Andreas Neumann
On 8/9/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: 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...)

Re: [jira] Commented: (LUCENE-657) FuzzyQuery should not be final

2006-10-25 Thread Andreas Neumann
Two comments: 1. In this particular case, all I need is the ability to override base class method getEnum(). No need to access or change member variables. As the class already defines getters for the members, the members can remain private. 2. I noticed that many members have package (defaul

Re: IBM OmniFind Yahoo! Edition

2006-12-13 Thread Andreas Neumann
Thanks for the congratulations, Doug! The credits for the Lucene side of the work really go to Michael, and to the entire Lucene group - this community sometimes came up with patches faster than we could ask for them. To answer your question: How is Lucene used in this product? - Needless to men

[jira] Created: (LUCENE-657) FuzzyQuery should not be final

2006-08-15 Thread Andreas Neumann (JIRA)
platforms Reporter: Andreas Neumann Priority: Trivial Attachments: fuzzy.patch I am trying to extend the FuzzyQuery to further filter the TermEnum. (I am indexing stem forms and original forms, but I only want to match original forms with a fuzzy term, otherwise I get to

[jira] Commented: (LUCENE-372) Unmatched right parentheses truncates query

2006-10-27 Thread Andreas Neumann (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-372?page=comments#action_12445343 ] Andreas Neumann commented on LUCENE-372: The reason for this is that the parse() method does not ensure that the entire input string has been consumed

[jira] Commented: (LUCENE-372) Unmatched right parentheses truncates query

2006-10-27 Thread Andreas Neumann (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-372?page=comments#action_12445343 ] Andreas Neumann commented on LUCENE-372: The reason for this is that the parse() method does not ensure that the entire input string has been consumed

[jira] Updated: (LUCENE-372) Unmatched right parentheses truncates query

2006-10-28 Thread Andreas Neumann (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-372?page=all ] Andreas Neumann updated LUCENE-372: --- Attachment: Lucene-372.patch This patch contains 5 files (I was not sure whether to include the JavaCC-generated files, ended up including them

[jira] Updated: (LUCENE-372) Unmatched right parentheses truncates query

2006-10-28 Thread Andreas Neumann (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-372?page=all ] Andreas Neumann updated LUCENE-372: --- Attachment: Lucene-372.patch This patch contains 5 files (I was not sure whether to include the JavaCC-generated files, ended up including them