From 304e6898bea8366bd6ac6044b8c18bc887faa4c7 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Wed, 16 Jul 2014 09:19:56 +0200 Subject: [PATCH] Update to elasticsearch 1.4.0 Closes #25. (cherry picked from commit c299ce4) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9edcc7e217..6ed813c02e2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis modul In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/2.1.0`. * For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn/tree/master). +* For 1.4.x elasticsearch versions, look at [es-1.4 branch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn/tree/es-1.4). * For 1.3.x elasticsearch versions, look at [es-1.3 branch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn/tree/es-1.3). * For 1.2.x elasticsearch versions, look at [es-1.2 branch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn/tree/es-1.2). * For 1.1.x elasticsearch versions, look at [es-1.1 branch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn/tree/es-1.1).