Hi all,
I'm new to this forum so I hope this is the way to ask
questions.
I need to have NLS support in my lucene-driven
application. I came across lucene.net.nls.1.3.2.2 on
source forge and downloaded and installed it. However,
I ran into a couple of issues with it:
1) It used StopFilter.MakeStopTable in stead of
MakeStopSet: This is clearly due to the Lucene version
being newer than the one the nls suite was written
for, and so I added re-routing stubs to StopFilter for
MakeStopTable.
2) MakeStopSet in itself has an error/bug where it
adds stop words to the hashtable without checking if
they already exist, giving collisions if they do.
Again, adding a (if (!containsKey(...)) solved the
problem.
This leads me to 2 questions
1) Is there any newer NLS suite out there for
Lucene.net?
2) How does one contribute bug fixes to the code line?
Any answers will be greatly appreciated.
Thanks,
-A
____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search
that gives answers, not web links.
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC