From b8a1072847a45ce906914c590bc8e1e3a34a807c Mon Sep 17 00:00:00 2001 From: Duy Do Date: Fri, 9 Sep 2016 09:35:42 +0700 Subject: [PATCH] upgrade ES 2.4.0 --- README.md | 7 ++++--- pom.xml | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 73ac484..3f21904 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,15 @@ Or to build from source, you need to build it with Maven: ```bash mvn clean package -bin/plugin install file:target/releases/elasticsearch-analysis-vietnamese-0.2.2.zip +bin/plugin install file:target/releases/elasticsearch-analysis-vietnamese-2.4.0.zip ``` *Notes*: To build the plugin you need to clone and build the [vn-nlp-libararies](https://github.com/duydo/vn-nlp-libraries). The plugin uses [Lê Hồng Phương](http://mim.hus.vnu.edu.vn/phuonglh/) vnTokenizer library. Thanks thầy Lê Hồng Phương for great contribution. |Vietnamese Analysis Plugin|Elasticsearch| |---|---| -| master|2.3.5| +| master|2.4.0| +| 2.4.0|2.4.0| | 2.3.5|2.3.5| | 2.3.4|2.3.4| | 2.3.3|2.3.3| @@ -40,7 +41,7 @@ bin/plugin install file:target/releases/elasticsearch-analysis-vietnamese-0.2.2. ## User guide -The plugin includes the `vi_analyzer` analyzer and `vi_tokenizer` tokenizer. +The plugin provides the `vi_analyzer` analyzer and `vi_tokenizer` tokenizer. The `vi_analyzer` is built using the `vi_tokenizer` tokenizer, the `lowercase` and `stop` filter. diff --git a/pom.xml b/pom.xml index e3a2623..a304388 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.elasticsearch elasticsearch-analysis-vietnamese - 2.3.5 + 2.4.0 jar elasticsearch-analysis-vietnamese https://github.com/duydo/elasticsearch-analysis-vietnamese/ @@ -24,8 +24,8 @@ UTF-8 1.7 - 2.3.5 - 5.5.0 + 2.4.0 + 5.5.2 1 true onerror