Update to Elasticsearch 0.90.8 / Lucene 4.6.0

Closes #6.
This commit is contained in:
David Pilato 2013-12-19 10:46:35 +01:00
parent a62cf9d6b8
commit 4eb0f0adcf
2 changed files with 14 additions and 58 deletions

View File

@ -5,62 +5,18 @@ The Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis modul
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/1.7.0`.
<table>
<thead>
<tr>
<td>Smart Chinese Analysis Plugin</td>
<td>Elasticsearch</td>
<td>Release date</td>
</tr>
</thead>
<tbody>
<tr>
<td>1.8.0-SNAPSHOT (master)</td>
<td>0.90.6 -> master</td>
<td></td>
</tr>
<tr>
<td>1.7.0</td>
<td>0.90.6 -> master</td>
<td>2013-11-06</td>
</tr>
<tr>
<td>1.6.0</td>
<td>0.90.3 -> 0.90.5</td>
<td>2013-08-08</td>
</tr>
<tr>
<td>1.5.0</td>
<td>0.90.1 -> 0.90.2</td>
<td>2013-05-30</td>
</tr>
<tr>
<td>1.4.0</td>
<td>0.90.0</td>
<td>2013-04-29</td>
</tr>
<tr>
<td>1.3.0</td>
<td>0.90.0</td>
<td>2013-02-26</td>
</tr>
<tr>
<td>1.2.0</td>
<td>0.19.3 -> 0.20</td>
<td>2012-04-30</td>
</tr>
<tr>
<td>1.1.0</td>
<td>0.19 -> 0.19.2</td>
<td>2012-02-07</td>
</tr>
<tr>
<td>1.0.0</td>
<td>0.18</td>
<td>2011-12-29</td>
</tr>
</tbody>
</table>
| Smart Chinese Analysis Plugin | elasticsearch | Release date |
|-------------------------------|------------------|:------------:|
| 1.8.0-SNAPSHOT (master) | 0.90.8 -> master | 2013-12-19 |
| 1.7.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |
| 1.6.0 | 0.90.3 -> 0.90.5 | 2013-08-08 |
| 1.5.0 | 0.90.1 -> 0.90.2 | 2013-05-30 |
| 1.4.0 | 0.90.0 | 2013-04-29 |
| 1.3.0 | 0.90.0 | 2013-02-26 |
| 1.2.0 | 0.19.3 -> 0.20 | 2012-04-30 |
| 1.1.0 | 0.19.0 -> 0.19.2 | 2012-02-07 |
| 1.0.0 | 0.18 | 2011-12-29 |
The plugin includes the `smart_chinese` analyzer, `smartcn_sentence` tokenizer, and `smartcn_word` token filter.

View File

@ -31,8 +31,8 @@
</parent>
<properties>
<elasticsearch.version>0.90.6</elasticsearch.version>
<lucene.version>4.5.1</lucene.version>
<elasticsearch.version>0.90.8</elasticsearch.version>
<lucene.version>4.6.0</lucene.version>
</properties>
<repositories>