Skip to content

Commit

Permalink
Update to Elasticsearch 0.90.8 / Lucene 4.6.0
Browse files Browse the repository at this point in the history
Closes #6.
  • Loading branch information
dadoonet committed Dec 19, 2013
1 parent a62cf9d commit 4eb0f0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 58 deletions.
68 changes: 12 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4eb0f0a

Please sign in to comment.