21 lines
1018 B
Markdown
21 lines
1018 B
Markdown
Smart Chinese Analysis for ElasticSearch
|
|
==================================
|
|
|
|
The Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.
|
|
|
|
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/1.2.0`.
|
|
|
|
--------------------------------------------------
|
|
| Smart Chinese Analysis Plugin | ElasticSearch |
|
|
--------------------------------------------------
|
|
| master | 0.19 -> master |
|
|
--------------------------------------------------
|
|
| 1.2.0 | 0.19 -> master |
|
|
--------------------------------------------------
|
|
| 1.1.0 | 0.19 -> master |
|
|
--------------------------------------------------
|
|
| 1.0.0 | 0.18 |
|
|
--------------------------------------------------
|
|
|
|
The plugin includes the `smart_chinese` analyzer, `smartcn_sentence` tokenizer, and `smartcn_word` token filter.
|