[
https://issues.apache.org/jira/browse/LUCENENET-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Currens updated LUCENENET-485:
------------------------------------------
Attachment: TestFrenchAnalyzer.cs.patch
Here's a patch for tests that should pass, they fail with what is in trunk.
These tests pass in Java 3.0.3.
Patch was made from the trunk\test\contrib\Analyzers\Fr directory.
> IndexOutOfRangeException in FrenchStemmer
> -----------------------------------------
>
> Key: LUCENENET-485
> URL: https://issues.apache.org/jira/browse/LUCENENET-485
> Project: Lucene.Net
> Issue Type: Bug
> Components: Lucene.Net Contrib
> Affects Versions: Lucene.Net 3.0.3
> Reporter: Christopher Currens
> Fix For: Lucene.Net 3.0.3
>
> Attachments: TestFrenchAnalyzer.cs.patch, tt.diff
>
>
> {quote}
> 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
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira