[Lucene.Net] [jira] [Commented] (LUCENENET-464) The Lucene.Net.FastVectorHighligher.dll of the latest release 2.9.4 breaks any ASP.NET application

2012-01-13 Thread Prescott Nasser (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185489#comment-13185489 ] Prescott Nasser commented on LUCENENET-464: --- How does issuing a point release

[Lucene.Net] [jira] [Commented] (LUCENENET-460) Missing License Headers in 2.9.4g branch

2012-01-13 Thread Prescott Nasser (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13185490#comment-13185490 ] Prescott Nasser commented on LUCENENET-460: --- Stefan before I cut another rele

RE: [Lucene.Net] Repro if LUCENENET-54 (ArgumentOutOfRangeException in SnowballProgram)

2012-01-13 Thread Prescott Nasser
Hey Simon Are you using the latest released version? ~P > Date: Sat, 7 Jan 2012 22:58:12 +0100 > From: si...@devhost.se > To: lucene-net-dev@lucene.apache.org > Subject: [Lucene.Net] Repro if LUCENENET-54 (ArgumentOutOfRangeException in > SnowballProgram) > > Hi, > > I've written a simple repr

[Lucene.Net] [jira] [Closed] (LUCENENET-460) Missing License Headers in 2.9.4g branch

2012-01-13 Thread Prescott Nasser (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prescott Nasser closed LUCENENET-460. - Applied patch > Missing License Headers in 2.9.4g branch > --

[Lucene.Net] [jira] [Resolved] (LUCENENET-460) Missing License Headers in 2.9.4g branch

2012-01-13 Thread Prescott Nasser (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prescott Nasser resolved LUCENENET-460. --- Resolution: Fixed Assignee: Prescott Nasser Applied Patch >

[Lucene.Net] [VOTE] Apache-Lucene-2.9.4g-incubating-RC1 Release (take 2)

2012-01-13 Thread Prescott Nasser
Alright, take 2. I've applied Stefan's patch and retagged the branch. I kept RC1 as it mostly stayed the same. http://people.apache.org/~pnasser/Lucene.Net/2.9.4g-incubating-RC1/https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_9_4g_RC1/ Please take a look and provide me y

Re: [Lucene.Net] Repro if LUCENENET-54 (ArgumentOutOfRangeException in SnowballProgram)

2012-01-13 Thread Simon Svensson
Hi, I've tried this using both the latest from Nuget (2.9.4.1) and using the very latest from the subversion trunk at https://svn.apache.org/repos/asf/incubator/lucene.net/trunk. I've been using a patched snowball-assembly for some time as a workaround, but ran into this issue again when upda

[Lucene.Net] optimisation for the GermanStemmer.vb

2012-01-13 Thread Björn Kremer
Hello, I have a little optimisation for the GermanStemmer.vb (in Contrib.Analyzers) class. At the moment the function "Substitute" converts the german "Umlaute" "ä" in "a", "ö" in"o" and "ü" in "u". This is not the correct german translation. They must be converted to "ae", "oe" and "ue". So

[Lucene.Net] [jira] [Created] (LUCENENET-465) Error indexing a document end Filed.Store.COMPRESS

2012-01-13 Thread Created
Error indexing a document end Filed.Store.COMPRESS -- Key: LUCENENET-465 URL: https://issues.apache.org/jira/browse/LUCENENET-465 Project: Lucene.Net Issue Type: Bug Components: .NET