mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
release 1.3
This commit is contained in:
parent
9902102997
commit
3fbebfdbd4
@ -3,12 +3,14 @@ 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.2.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.3.0`.
|
||||
|
||||
-----------------------------------------------
|
||||
| Phonetic Analysis Plugin | ElasticSearch |
|
||||
-----------------------------------------------
|
||||
| master | 0.21 -> master |
|
||||
| master | 0.90 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.3.0 | 0.90 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.2.0 | 0.19.2 -> 0.20 |
|
||||
-----------------------------------------------
|
||||
|
4
pom.xml
4
pom.xml
@ -6,7 +6,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-analysis-phonetic</artifactId>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<version>1.3.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>Phonetic Analysis for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
@ -31,7 +31,7 @@
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<elasticsearch.version>0.21.0.Beta1-SNAPSHOT</elasticsearch.version>
|
||||
<elasticsearch.version>0.90.0.Beta1</elasticsearch.version>
|
||||
<lucene.version>4.1.0</lucene.version>
|
||||
</properties>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
<useProjectArtifact>true</useProjectArtifact>
|
||||
<useTransitiveFiltering>true</useTransitiveFiltering>
|
||||
<includes>
|
||||
<include>org.apache.lucene:lucene-phonetic</include>
|
||||
<include>org.apache.lucene:lucene-analyzers-phonetic</include>
|
||||
<include>commons-codec:commons-codec</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
|
Loading…
x
Reference in New Issue
Block a user