From 6f936cf2613cad179e03dc7ca7fa60135d711d88 Mon Sep 17 00:00:00 2001 From: "d.kalach" Date: Sat, 3 Mar 2018 11:43:45 +0300 Subject: [PATCH] Lucene upgrade to 7.2 --- README.md | 6 +++--- dictionary-reader/pom.xml | 8 ++++---- english/pom.xml | 6 +++--- morph/pom.xml | 4 ++-- pom.xml | 6 +++--- russian/pom.xml | 6 +++--- solr-morphology-analysis/pom.xml | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ca0fb6a..6e5bcc8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Russian Morphology for Apache Lucene -Russian and English morphology for Java and [Apache Lucene](http://lucene.apache.org) 6.6 framework based on open source dictionary from site [АОТ](http://aot.ru). It use dictionary base morphology with some heuristics for unknown words. It support homonym for example for Russian word "вина" it gives two variants "вино" and "вина". +Russian and English morphology for Java and [Apache Lucene](http://lucene.apache.org) 7.2 framework based on open source dictionary from site [АОТ](http://aot.ru). It use dictionary base morphology with some heuristics for unknown words. It support homonym for example for Russian word "вина" it gives two variants "вино" and "вина". ### How to use -Build project, by running `mvn clean package`, this will provide you the latest versions of the artifacts - 1.3-SNAPSHOT, add it to your classpath. You could select which version to use - Russian or English. +Build project, by running `mvn clean package`, this will provide you the latest versions of the artifacts - 1.4, add it to your classpath. You could select which version to use - Russian or English. Now you can create a Lucene Analyzer: @@ -39,7 +39,7 @@ You can use the LuceneMorphology as morphology filter in a Solr _schema.xml_ usi ``` -Just add _morphology-1.3.jar_ in your Solr lib-directories +Just add _morphology-1.4.jar_ in your Solr lib-directories ### Restrictions diff --git a/dictionary-reader/pom.xml b/dictionary-reader/pom.xml index e2f4584..9235458 100644 --- a/dictionary-reader/pom.xml +++ b/dictionary-reader/pom.xml @@ -3,27 +3,27 @@ morphology org.apache.lucene.morphology - 1.3-SNAPSHOT + 1.4 4.0.0 org.apache.lucene.morphology dictionary-reader dictionary-reader - 1.3-SNAPSHOT + 1.4 http://maven.apache.org org.apache.lucene.morphology russian - 1.3-SNAPSHOT + 1.4 org.apache.lucene.morphology english - 1.3-SNAPSHOT + 1.4 diff --git a/english/pom.xml b/english/pom.xml index b3a85cb..37a91f4 100644 --- a/english/pom.xml +++ b/english/pom.xml @@ -3,20 +3,20 @@ morphology org.apache.lucene.morphology - 1.3-SNAPSHOT + 1.4 4.0.0 org.apache.lucene.morphology english english - 1.3-SNAPSHOT + 1.4 http://maven.apache.org org.apache.lucene.morphology morph - 1.3-SNAPSHOT + 1.4 diff --git a/morph/pom.xml b/morph/pom.xml index 34cda96..0309b4b 100644 --- a/morph/pom.xml +++ b/morph/pom.xml @@ -3,13 +3,13 @@ morphology org.apache.lucene.morphology - 1.3-SNAPSHOT + 1.4 4.0.0 org.apache.lucene.morphology morph morph - 1.3-SNAPSHOT + 1.4 http://maven.apache.org diff --git a/pom.xml b/pom.xml index 91ca830..2f4438b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.apache.lucene.morphology morphology pom - 1.3-SNAPSHOT + 1.4 morphology http://maven.apache.org @@ -16,8 +16,8 @@ - 6.6.0 - 1.3-SNAPSHOT + 7.2.1 + 1.4 4.12 diff --git a/russian/pom.xml b/russian/pom.xml index bd1180e..76b3384 100644 --- a/russian/pom.xml +++ b/russian/pom.xml @@ -3,13 +3,13 @@ morphology org.apache.lucene.morphology - 1.3-SNAPSHOT + 1.4 4.0.0 org.apache.lucene.morphology russian russian - 1.3-SNAPSHOT + 1.4 http://maven.apache.org @@ -17,7 +17,7 @@ org.apache.lucene.morphology morph - 1.3-SNAPSHOT + 1.4 diff --git a/solr-morphology-analysis/pom.xml b/solr-morphology-analysis/pom.xml index b60f6af..74a99eb 100644 --- a/solr-morphology-analysis/pom.xml +++ b/solr-morphology-analysis/pom.xml @@ -5,7 +5,7 @@ morphology org.apache.lucene.morphology - 1.3-SNAPSHOT + 1.4 4.0.0