From 75a1bcaaacf4e084ed2835290be77a8be8d01bbc Mon Sep 17 00:00:00 2001 From: jlinn Date: Thu, 19 May 2016 23:10:20 -0700 Subject: [PATCH] Update to ES 2.3.3 --- README.md | 3 ++- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0643318..5c40e34 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part. | Elasticsearch Version | Plugin Version | |-----------------------|----------------| +| 2.3.3 | 2.3.3 | 2.3.2 | 2.3.2 | | 2.3.1 | 2.3.1 | | 2.3.0 | 2.3.0 | @@ -25,7 +26,7 @@ This plugin enables URL tokenization and token filtering by URL part. ## Installation ```bash -bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.2/elasticsearch-analysis-url-2.3.2.zip +bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.3/elasticsearch-analysis-url-2.3.3.zip ``` ## Usage diff --git a/pom.xml b/pom.xml index c90b686..fe49254 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.elasticsearch elasticsearch-analysis-url - 2.3.2 + 2.3.3 jar Elasticsearch URL token filter plugin @@ -18,7 +18,7 @@ UTF-8 - 2.3.2 + 2.3.3 5.5.0 1.3 onerror