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
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...)
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
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
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
[
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
[
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
[ 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
[ 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