[ https://issues.apache.org/jira/browse/LUCENENET-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Wright updated LUCENENET-544:
-----------------------------------
Attachment: Turkish3.txt
The string in this file causes the index out of range exception
> Turkish stemmer causes an IndexOutOfRange
> -----------------------------------------
>
> Key: LUCENENET-544
> URL: https://issues.apache.org/jira/browse/LUCENENET-544
> Project: Lucene.Net
> Issue Type: Bug
> Components: Lucene.Net Contrib
> Environment: Windows 7 x64, .NET 4.0
> Reporter: Peter Wright
> Attachments: Turkish3.txt
>
>
> Certain words in the Turkish stemmer is causing SnowballProgram to throw an index out
of range exception in the method "find_among_b(Among[] v, int v_size)".
> Line 353
> diff = current[c - 1 - common] - w.s[i2];
> current[c - 1 - common] 'current[c - 1 - common]' threw an exception of type 'System.IndexOutOfRangeException'
char {System.IndexOutOfRangeException}
> - current {ı} System.Text.StringBuilder
> Length 1 int
> c 8 int
> common 0 int
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|