Skip to content

Commit

Permalink
upgrade ES 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duydo committed Sep 9, 2016
1 parent 8eea312 commit b8a1072
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-vietnamese</artifactId>
<version>2.3.5</version>
<version>2.4.0</version>
<packaging>jar</packaging>
<name>elasticsearch-analysis-vietnamese</name>
<url>https://github.com/duydo/elasticsearch-analysis-vietnamese/</url>
Expand All @@ -24,8 +24,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.java.version>1.7</project.build.java.version>
<elasticsearch.version>2.3.5</elasticsearch.version>
<lucene.version>5.5.0</lucene.version>
<elasticsearch.version>2.4.0</elasticsearch.version>
<lucene.version>5.5.2</lucene.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
Expand Down

0 comments on commit b8a1072

Please sign in to comment.