lucene danish stemmer error: System.ArgumentOutOfRangeException: Index and length must refer to a location within the string
Hello, We are using Umbraco 7.3.1 and Lucene.Net 2.9.4.1. When we activate the danish Snowball stemmer we get this error when doing a search for example of a danish word like "komme" or "kommer":
System.ArgumentOutOfRangeException: Index and length must refer to a location within the string
Now, this should be fixed in Lucene.Net 3.03 - but I'm unable to update due to Umbraco depending on older version of Lucene.Net (<3.0.0). And even newest version of Umbraco 7.4.1. has the same dependency (>= 2.9.4.1 && <3.0.0). So, does anyone have a suggestion on how to solve this?
lucene danish stemmer error: System.ArgumentOutOfRangeException: Index and length must refer to a location within the string
Hello, We are using Umbraco 7.3.1 and Lucene.Net 2.9.4.1. When we activate the danish Snowball stemmer we get this error when doing a search for example of a danish word like "komme" or "kommer":
System.ArgumentOutOfRangeException: Index and length must refer to a location within the string
Now, this is a known error, it seems, with Lucene.Net caused by SF.Snowball.Ext.DanishStemmer. For reference: https://issues.apache.org/jira/browse/LUCENENET-54
Now, this should be fixed in Lucene.Net 3.03 - but I'm unable to update due to Umbraco depending on older version of Lucene.Net (<3.0.0). And even newest version of Umbraco 7.4.1. has the same dependency (>= 2.9.4.1 && <3.0.0). So, does anyone have a suggestion on how to solve this?
is working on a reply...