mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
release 1.4
This commit is contained in:
parent
bf3a779c65
commit
bd6af00f92
@ -3,13 +3,15 @@ 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.3.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/1.4.0`.
|
||||
|
||||
--------------------------------------------------
|
||||
| Smart Chinese Analysis Plugin | ElasticSearch |
|
||||
--------------------------------------------------
|
||||
| master | 0.90 -> master |
|
||||
--------------------------------------------------
|
||||
| 1.4.0 | 0.90 -> master |
|
||||
--------------------------------------------------
|
||||
| 1.3.0 | 0.90 -> master |
|
||||
--------------------------------------------------
|
||||
| 1.2.0 | 0.19 -> 0.20 |
|
||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-analysis-smartcn</artifactId>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
<version>1.4.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>Smart Chinese Analysis for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
Loading…
x
Reference in New Issue
Block a user