From ce82c536bb47a8b148d7bdc9154e159e5bf3bc46 Mon Sep 17 00:00:00 2001 From: kiwionly Date: Thu, 21 Jul 2016 18:06:39 +0800 Subject: [PATCH] update readme. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b86f415..0d381c6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ The Image Plugin is an Content Based Image Retrieval Plugin for Elasticsearch us It adds an `image` field type and an `image` query. -Create this plugin using gradle, task `gradle plugin`, then unzip to `%elasticsearch%/plugins` folder, make sure that is not any elastic search image zip file in the plugin folder. +To create the plugin, open cmd or shell at this directory, enter `gradlew plugin`. + +Once the build done, you can find the distribution in build/distribution directory, unzip this file to `%elasticsearch%/plugins/elasticsearch-image-x.x.x` where the x is the version number. + | Image Plugin | elasticsearch | Release date |