Hi,
I've filed a issue in our Jira installation;
https://issues.apache.org/jira/browse/LUCENENET-512
I've also committed a fix. Can you grab the latest sources to verify
that everything works as expected?
// Simon
On 2012-11-01 15:36, Björn Kremer wrote:
Hallo,
I found a bug in the class
"Lucene.Net.Analysis.De.GermanDIN2Stemmer"(file GermanDIN2Stemmer.cs).
The function "Substitute" fails if the word starts with the letter
"e". The function does something like this:
If(buffer[c] =="e") do something with buffer[c - 1].
But if "e" is at index 0 the function will fail.
Thank You
Björn