diff --git a/README.md b/README.md index 3f21904..5ecfeeb 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,22 @@ Vietnamese Analysis plugin integrates Vietnamese language analysis into Elastics In order to install the plugin, choose a version in [releases](https://github.com/duydo/elasticsearch-analysis-vietnamese/releases) page then run: ```sh -bin/plugin install link-to-binary-version +bin/plugin install link/to/binary/version ``` 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-2.4.0.zip +bin/plugin install file:target/releases/elasticsearch-analysis-vietnamese-2.4.1.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.4.0| +| master|2.4.1| +| 2.4.1|2.4.1| | 2.4.0|2.4.0| | 2.3.5|2.3.5| | 2.3.4|2.3.4| diff --git a/pom.xml b/pom.xml index a304388..d3471c2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.elasticsearch elasticsearch-analysis-vietnamese - 2.4.0 + 2.4.1 jar elasticsearch-analysis-vietnamese https://github.com/duydo/elasticsearch-analysis-vietnamese/ @@ -24,7 +24,7 @@ UTF-8 1.7 - 2.4.0 + 2.4.1 5.5.2 1 true