From f5cd879120ad2369f02169dd902e7a6ed7e0b9c3 Mon Sep 17 00:00:00 2001 From: khituras Date: Wed, 29 Mar 2017 08:20:52 +0200 Subject: [PATCH] Raised to ES version 2.1.2. --- README.md | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f17a1a..185f6d6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ ElasticSearch compatibility table: | elasticsearch | Preanalyzed Mapper Plugin | Docs |---------------|----------------------------|------ -| es-2.1 | 2.1.1 | [2.1.1] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/master) +| es-2.1.2 | 2.1.2 | [2.1.2] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/master) +| es-2.1.1 | 2.1.1 | [2.1.1] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/es-2.1.1) | es-1.7 | 0.1.0 | [0.1.0] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/es-1.7) | es-1.5 | 0.0.5 | [0.0.5] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/es-1.5) | es-1.4 | 0.0.4 | [0.0.4] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/es-1.4) diff --git a/pom.xml b/pom.xml index 73e849a..435add5 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ org.elasticsearch.plugin plugins - 2.1.1 + 2.1.2 Provides the preanalyzed field datatype. The plugin allows to specify the exact terms of a field in JSON format without any further analysis being done. \ No newline at end of file