mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 11:54:52 +00:00
release 1.4
This commit is contained in:
parent
f98916652b
commit
02d7f718fe
@ -3,13 +3,15 @@ Phonetic Analysis for ElasticSearch
|
||||
|
||||
The Phonetic Analysis plugin integrates phonetic token filter analysis with elasticsearch.
|
||||
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.3.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.4.0`.
|
||||
|
||||
-----------------------------------------------
|
||||
| Phonetic Analysis Plugin | ElasticSearch |
|
||||
-----------------------------------------------
|
||||
| master | 0.90 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.4.0 | 0.90 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.3.0 | 0.90 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.2.0 | 0.19.2 -> 0.20 |
|
||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-analysis-phonetic</artifactId>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
<version>1.4.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>Phonetic Analysis for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
Loading…
x
Reference in New Issue
Block a user