Skip to content

Commit

Permalink
update to es 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed May 1, 2016
1 parent 91d8e4a commit 0ffc5f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Pinyin Analysis for Elasticsearch

The Pinyin Analysis plugin integrates Pinyin4j(http://pinyin4j.sourceforge.net/) module into elasticsearch.

Pinyin4j is a popular Java library supporting convertion between Chinese characters and most popular Pinyin systems. The output format of pinyin could be customized.
Pinyin4j is a popular Java library supporting conversion between Chinese characters and most popular Pinyin systems. The output format of pinyin could be customized.

--------------------------------------------------
| Pinyin4j Analysis Plugin | Elasticsearch |
--------------------------------------------------
| master | 2.3.x -> master|
--------------------------------------------------
| 1.7.0 | 2.3.0 |
| 1.7.1 | 2.3.1 |
--------------------------------------------------
| 1.6.1 | 2.2.1 |
--------------------------------------------------
Expand All @@ -24,12 +24,6 @@ Pinyin4j is a popular Java library supporting convertion between Chinese charact
--------------------------------------------------
| 1.2.2 | 1.0.x |
--------------------------------------------------
| 1.2.0 | 0.90.x |
--------------------------------------------------
| 1.1.2 | 0.20.x |
--------------------------------------------------
| 1.1.1 | 0.19.x |
--------------------------------------------------

The plugin includes two analyzers: `pinyin` and `pinyin_first_letter` , two tokenizers: `pinyin` and `pinyin_first_letter` and two token-filters: `pinyin` and `pinyin_first_letter`.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-pinyin</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<packaging>jar</packaging>
<description>Pinyin Analysis for Elasticsearch</description>
<inceptionYear>2012</inceptionYear>
Expand All @@ -32,7 +32,7 @@
</parent>

<properties>
<elasticsearch.version>2.3.0</elasticsearch.version>
<elasticsearch.version>2.3.1</elasticsearch.version>
<maven.compiler.target>1.7</maven.compiler.target>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<elasticsearch.plugin.name>analysis-pinyin</elasticsearch.plugin.name>
Expand Down

0 comments on commit 0ffc5f9

Please sign in to comment.