From 478aeba8890d150805bd7101a2d0bb97042ea2e1 Mon Sep 17 00:00:00 2001 From: medcl Date: Fri, 25 Dec 2015 14:35:28 +0800 Subject: [PATCH] add ik url to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06df696..ba88f20 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ IK Analysis for ElasticSearch ============================= -The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support customized dictionary. +The IK Analysis plugin integrates Lucene IK analyzer (http://code.google.com/p/ik-analyzer/) into elasticsearch, support customized dictionary. Analyzer: `ik_smart` , `ik_max_word` , Tokenizer: `ik_smart` , `ik_max_word` -- GitLab