update readme
This commit is contained in:
parent
3c3fecfb01
commit
6bafddf0f4
@ -46,20 +46,17 @@ https://github.com/medcl/elasticsearch-analysis-ik/blob/master/config/ik/IKAnaly
|
|||||||
Analysis Configuration (elasticsearch.yml)
|
Analysis Configuration (elasticsearch.yml)
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
<Pre>
|
||||||
|
index:
|
||||||
|
analysis:
|
||||||
|
analyzer:
|
||||||
|
mmseg:
|
||||||
|
alias: [mmseg_analyzer]
|
||||||
|
type: org.elasticsearch.index.analysis.MMsegAnalyzerProvider
|
||||||
|
</pre>
|
||||||
|
Or
|
||||||
<pre>
|
<pre>
|
||||||
|
index.analysis.analyzer.mmseg.type : "mmseg"
|
||||||
{
|
|
||||||
"index" : {
|
|
||||||
"analysis" : {
|
|
||||||
"analyzer" : {
|
|
||||||
"ik" : {
|
|
||||||
type: org.elasticsearch.index.analysis.IkAnalyzerProvider
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
Mapping Configuration
|
Mapping Configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user