Thanks, Sylvain, for the patch. You can create issues at our issue tracker for Lucene.Net. https://issues.apache.org/jira/browse/LUCENENET
You have a to create an account first to do it, but I've added your issue here: https://issues.apache.org/jira/browse/LUCENENET-485 and assigned it to the 3.0.3 release. If you decide to create an account, you can watch the issue's progress, and I can assign you as the reporter, instead of me. Thanks, Christopher On Sun, Apr 15, 2012 at 1:42 AM, Sylvain Rouillard <[email protected]>wrote: > Hi list, > > I am not sure how to report bugs, or even if anybody is interested in bug > reports. However, I have been playing with lucene lately, and found out an > implementation bug in the Frenchstemmer > (/src/contrib/Analyzers/Fr/**FrenchStemmer.cs). > Whenever I tried to add a new document to an index, I got an index out of > range error. So I looked at the code and fixed that issue: see my diff file > attached. > > Please note that I also changed a few funky characters to unicode > notation. The code worked well with the funky characters, but I think it > just looks better with the \uxxx bits... > > Anyways, the important bits is the replacement of a couple of sb.Insert by > sb.Append. > > I hope this helps. > > Cheers, > Sylvain
