From 7c1c2011bc1400cc3b8d75b66c3d7c6696795166 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Tue, 3 Jun 2014 09:48:21 +0200 Subject: [PATCH] Update to elasticsearch 1.3.0 Closes #67. (cherry picked from commit d3eaac9) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c85c3fab23e..e418a61622d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The mapper attachments plugin adds the `attachment` type to Elasticsearch using In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/2.0.0`. * For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/master). +* For 1.3.x elasticsearch versions, look at [es-1.2 branch](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/es-1.3). * For 1.2.x elasticsearch versions, look at [es-1.2 branch](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/es-1.2). * For 1.1.x elasticsearch versions, look at [es-1.1 branch](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/es-1.1). * For 1.0.x elasticsearch versions, look at [es-1.0 branch](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/es-1.0).