adding support of lucene 3.5 and start working english stemmer

git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@123 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
Alexander.A.Kuznetsov@gmail.com
2011-11-28 16:44:15 +00:00
parent d46651f2ba
commit 466de768ca
6 changed files with 75 additions and 11 deletions

View File

@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
</dependency>
</dependencies>