From fae3094764719cdfca208ea8e258f5a8e40789de Mon Sep 17 00:00:00 2001 From: David Pilato Date: Wed, 16 Jul 2014 09:24:37 +0200 Subject: [PATCH] Update to elasticsearch 1.4.0 Closes #34. (cherry picked from commit ddd941b) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae4378cd94a..5db24454d9a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.1.0`. * For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/master). +* For 1.4.x elasticsearch versions, look at [es-1.4 branch](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.4). * For 1.3.x elasticsearch versions, look at [es-1.3 branch](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.3). * For 1.2.x elasticsearch versions, look at [es-1.2 branch](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.2). * For 1.1.x elasticsearch versions, look at [es-1.1 branch](https://github.com/elasticsearch/elasticsearch-analysis-icu/tree/es-1.1).