Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 71840 invoked from network); 23 Aug 2008 17:00:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Aug 2008 17:00:10 -0000 Received: (qmail 56825 invoked by uid 500); 23 Aug 2008 17:00:03 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 56771 invoked by uid 500); 23 Aug 2008 17:00:03 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 56762 invoked by uid 99); 23 Aug 2008 17:00:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Aug 2008 10:00:03 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Aug 2008 16:59:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 41489234C1B4 for ; Sat, 23 Aug 2008 09:59:44 -0700 (PDT) Message-ID: <1321152576.1219510784266.JavaMail.jira@brutus> Date: Sat, 23 Aug 2008 09:59:44 -0700 (PDT) From: "Karl Wettin (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-1142) Updated Snowball package In-Reply-To: <18682225.1200772714372.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1142: -------------------------------- Attachment: LUCENE-1142.txt * Fixed some conflicts against trunk * Backwards compatibility messages This is what I did with README: {noformat} +IMPORTANT NOTICE ON BACKWARDS COMPATIBILITY! + +An index created using the Snowball module in Lucene 2.3.2 and below +might not be compatible with the Snowball module in Lucene 2.4 or greater. + +For more information about this issue see: +https://issues.apache.org/jira/browse/LUCENE-1142 {noformat} I also added this text the the package javadocs. About LUCENE-740, all changes in the patches of that issue originates from the Snowball repository and is thus also available in this patch. Should I go ahead and commit this for 2.4? > Updated Snowball package > ------------------------ > > Key: LUCENE-1142 > URL: https://issues.apache.org/jira/browse/LUCENE-1142 > Project: Lucene - Java > Issue Type: Improvement > Components: Analysis > Reporter: Karl Wettin > Assignee: Karl Wettin > Priority: Minor > Fix For: 3.0 > > Attachments: LUCENE-1142.txt, snowball.tartarus.txt > > > Updated Snowball contrib package > * New org.tartarus.snowball java package with patched SnowballProgram to be abstract to avoid using reflection. > * Introducing Hungarian, Turkish and Romanian stemmers > * Introducing constructor SnowballFilter(SnowballProgram) > It is possible there have been some changes made to the some of there stemmer algorithms between this patch and the current SVN trunk of Lucene, an index might thus not be compatible with new stemmers! > The API is backwards compatibile and the test pass. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org