Skip to content

Commit 9902102

Browse files
committed
Move to Elasticsearch 0.21.0.Beta1
Due to refactoring in 0.21.x we have to update this plugin Closes #5.
1 parent 861eae2 commit 9902102

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
88
-----------------------------------------------
99
| Phonetic Analysis Plugin | ElasticSearch |
1010
-----------------------------------------------
11-
| master | 0.19.2 -> master |
11+
| master | 0.21 -> master |
1212
-----------------------------------------------
13-
| 1.2.0 | 0.19.2 -> master |
13+
| 1.2.0 | 0.19.2 -> 0.20 |
1414
-----------------------------------------------
1515
| 1.1.0 | 0.19 |
1616
-----------------------------------------------

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
</parent>
3232

3333
<properties>
34-
<elasticsearch.version>0.19.3</elasticsearch.version>
34+
<elasticsearch.version>0.21.0.Beta1-SNAPSHOT</elasticsearch.version>
35+
<lucene.version>4.1.0</lucene.version>
3536
</properties>
3637

3738
<repositories>
@@ -51,8 +52,8 @@
5152

5253
<dependency>
5354
<groupId>org.apache.lucene</groupId>
54-
<artifactId>lucene-phonetic</artifactId>
55-
<version>3.6.0</version>
55+
<artifactId>lucene-analyzers-phonetic</artifactId>
56+
<version>${lucene.version}</version>
5657
<scope>compile</scope>
5758
</dependency>
5859

@@ -140,4 +141,4 @@
140141
</plugin>
141142
</plugins>
142143
</build>
143-
</project>
144+
</project>

0 commit comments

Comments
 (0)