Move to Elasticsearch 0.21.0.Beta1
Due to refactoring in 0.21.x we have to update this plugin Closes #5.
This commit is contained in:
parent
861eae21a0
commit
9902102997
|
@ -8,9 +8,9 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
|
|||
-----------------------------------------------
|
||||
| Phonetic Analysis Plugin | ElasticSearch |
|
||||
-----------------------------------------------
|
||||
| master | 0.19.2 -> master |
|
||||
| master | 0.21 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.2.0 | 0.19.2 -> master |
|
||||
| 1.2.0 | 0.19.2 -> 0.20 |
|
||||
-----------------------------------------------
|
||||
| 1.1.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -31,7 +31,8 @@
|
|||
</parent>
|
||||
|
||||
<properties>
|
||||
<elasticsearch.version>0.19.3</elasticsearch.version>
|
||||
<elasticsearch.version>0.21.0.Beta1-SNAPSHOT</elasticsearch.version>
|
||||
<lucene.version>4.1.0</lucene.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
@ -51,8 +52,8 @@
|
|||
|
||||
<dependency>
|
||||
<groupId>org.apache.lucene</groupId>
|
||||
<artifactId>lucene-phonetic</artifactId>
|
||||
<version>3.6.0</version>
|
||||
<artifactId>lucene-analyzers-phonetic</artifactId>
|
||||
<version>${lucene.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -140,4 +141,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue