Update and rename README.textile to README.md
It's more readable with markdown format 😎
This commit is contained in:
parent
7dcffada95
commit
8f732ed346
@ -4,8 +4,6 @@ IK Analysis for ElasticSearch
|
||||
更新说明:
|
||||
对于使用es集群,用ik作为分词插件,经常会修改自定义词典,增加远程加载,每次更新都会重新加载词典,不必重启es服务。
|
||||
|
||||
|
||||
|
||||
The IK Analysis plugin integrates Lucene IK analyzer into elasticsearch, support customized dictionary.
|
||||
|
||||
Tokenizer: `ik`
|
||||
@ -26,7 +24,6 @@ Version
|
||||
1.1.2 | 0.19.x
|
||||
1.0.0 | 0.16.2 -> 0.19.0
|
||||
|
||||
|
||||
Thanks
|
||||
-------------
|
||||
YourKit supports IK Analysis for ElasticSearch project with its full-featured Java Profiler.
|
||||
@ -35,7 +32,6 @@ Java and .NET applications. Take a look at YourKit's leading software products:
|
||||
<a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
|
||||
<a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>.
|
||||
|
||||
|
||||
Install
|
||||
-------------
|
||||
you can download this plugin from RTF project(https://github.com/medcl/elasticsearch-rtf)
|
||||
@ -53,7 +49,7 @@ https://github.com/medcl/elasticsearch-analysis-ik/blob/master/config/ik/IKAnaly
|
||||
|
||||
<pre>
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
||||
<properties>
|
||||
<comment>IK Analyzer 扩展配置</comment>
|
||||
@ -72,7 +68,7 @@ https://github.com/medcl/elasticsearch-analysis-ik/blob/master/config/ik/IKAnaly
|
||||
Analysis Configuration (elasticsearch.yml)
|
||||
-------------
|
||||
|
||||
<Pre>
|
||||
<pre>
|
||||
index:
|
||||
analysis:
|
||||
analyzer:
|
||||
@ -222,12 +218,11 @@ here is the query result
|
||||
|
||||
</pre>
|
||||
|
||||
|
||||
have fun.
|
||||
|
||||
热更新IK分词使用方法
|
||||
----------
|
||||
目前该插件支持热更新IK分词,通过上文在ik配置文件中提到的如下配置
|
||||
目前该插件支持热更新 ik 分词,通过上文在 ik 配置文件中提到的如下配置
|
||||
|
||||
<pre>
|
||||
<!--用户可以在这里配置远程扩展字典 -->
|
||||
@ -244,7 +239,6 @@ have fun.
|
||||
|
||||
满足上面两点要求就可以实现热更新分词了,不需要重启 es 实例。
|
||||
|
||||
|
||||
常见问题:
|
||||
-------------
|
||||
1.自定义词典为什么没有生效?
|
Loading…
x
Reference in New Issue
Block a user