From 7f26d6d0a5042c2d7f6f765e51167dc472db1bab Mon Sep 17 00:00:00 2001 From: David Pilato Date: Thu, 19 Dec 2013 17:04:54 +0100 Subject: [PATCH] Update to Elasticsearch 0.90.8 / Lucene 4.6.0 Closes #15. --- README.md | 68 ++++++++++--------------------------------------------- pom.xml | 4 ++-- 2 files changed, 14 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index 02e6b88f00a..f84b0d1a170 100644 --- a/README.md +++ b/README.md @@ -5,62 +5,18 @@ The Phonetic Analysis plugin integrates phonetic token filter analysis with elas In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.7.0`. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Phonetic Analysis PluginElasticsearchRelease date
1.8.0-SNAPSHOT (master)0.90.6 -> master
1.7.00.90.6 -> master2013-11-06
1.6.00.90.3 -> 0.90.52013-08-08
1.5.00.90.1 -> 0.90.22013-05-30
1.4.00.90.02013-04-29
1.3.00.90.02013-02-26
1.2.00.19.2 -> 0.202012-05-09
1.1.00.19.0 -> 0.19.12012-02-07
1.0.00.182012-01-07
+| Phonetic Analysis Plugin | elasticsearch | Release date | +|-------------------------------|------------------|:------------:| +| 1.8.0-SNAPSHOT (master) | 0.90.8 -> master | 2013-12-19 | +| 1.7.0 | 0.90.6 -> 0.90.7 | 2013-11-06 | +| 1.6.0 | 0.90.3 -> 0.90.5 | 2013-08-08 | +| 1.5.0 | 0.90.1 -> 0.90.2 | 2013-05-30 | +| 1.4.0 | 0.90.0 | 2013-04-29 | +| 1.3.0 | 0.90.0 | 2013-02-26 | +| 1.2.0 | 0.19.2 -> 0.20 | 2012-05-09 | +| 1.1.0 | 0.19.0 -> 0.19.1 | 2012-02-07 | +| 1.0.0 | 0.18 | 2012-01-07 | + A `phonetic` token filter that can be configured with different `encoder` types: `metaphone`, `doublemetaphone`, `soundex`, `refinedsoundex`, diff --git a/pom.xml b/pom.xml index 361e8490e60..c18eb5aa233 100644 --- a/pom.xml +++ b/pom.xml @@ -31,8 +31,8 @@ - 0.90.6 - 4.5.1 + 0.90.8 + 4.6.0