mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 10:08:58 +00:00
Introducing Hungarian, Turkish and Romanian support, updated older stemmers and optimized (reflectionless) SnowballFilter. IMPORTANT NOTICE ON BACKWARDS COMPATIBILITY: an index created using the 2.3.2 (or older) might not be compatible with these updated classes as some algorithms have changed. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@688420 13f79535-47bb-0310-9956-ffa450edef68
20 lines
586 B
Plaintext
20 lines
586 B
Plaintext
Lucene Snowball README file
|
|
|
|
This project provides pre-compiled version of the Snowball stemmers
|
|
based on revision 500 of the Tartarus Snowball repository,
|
|
together with classes integrating them with the Lucene search engine.
|
|
|
|
|
|
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
|
|
|
|
|
|
For more information on Snowball, see:
|
|
http://snowball.tartarus.org/
|
|
|