[ 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]