diff --git a/README.md b/README.md index 186fea87242..55e01d7c012 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e --------------------------------------------- | master | 0.18 -> master | --------------------------------------------- + | 1.0.0 | 0.18 -> master | + --------------------------------------------- A `phonetic` token filter that can be configured with different `encoder` types: `metaphone`, `soundex`, `caverphone`, `refined_soundex`, `double_metaphone` (uses "commons codec":http://jakarta.apache.org/commons/codec/api-release/org/apache/commons/codec/language/package-summary.html). diff --git a/pom.xml b/pom.xml index ad42ae2b8e5..6ff299b1c12 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.elasticsearch elasticsearch-analysis-phonetic - 1.0.0 + 1.1.0-SNAPSHOT jar Phonetic Analysis for ElasticSearch 2009