Update to Elasticsearch 0.90.8 / Lucene 4.6.0

Closes #15.
This commit is contained in:
David Pilato 2013-12-19 17:04:54 +01:00
parent 03aafc2803
commit 7f26d6d0a5
2 changed files with 14 additions and 58 deletions

View File

@ -5,62 +5,18 @@ The Phonetic Analysis plugin integrates phonetic token filter analysis with elas
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.7.0`. In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.7.0`.
<table> | Phonetic Analysis Plugin | elasticsearch | Release date |
<thead> |-------------------------------|------------------|:------------:|
<tr> | 1.8.0-SNAPSHOT (master) | 0.90.8 -> master | 2013-12-19 |
<td>Phonetic Analysis Plugin</td> | 1.7.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |
<td>Elasticsearch</td> | 1.6.0 | 0.90.3 -> 0.90.5 | 2013-08-08 |
<td>Release date</td> | 1.5.0 | 0.90.1 -> 0.90.2 | 2013-05-30 |
</tr> | 1.4.0 | 0.90.0 | 2013-04-29 |
</thead> | 1.3.0 | 0.90.0 | 2013-02-26 |
<tbody> | 1.2.0 | 0.19.2 -> 0.20 | 2012-05-09 |
<tr> | 1.1.0 | 0.19.0 -> 0.19.1 | 2012-02-07 |
<td>1.8.0-SNAPSHOT (master)</td> | 1.0.0 | 0.18 | 2012-01-07 |
<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.2 -> 0.20</td>
<td>2012-05-09</td>
</tr>
<tr>
<td>1.1.0</td>
<td>0.19.0 -> 0.19.1</td>
<td>2012-02-07</td>
</tr>
<tr>
<td>1.0.0</td>
<td>0.18</td>
<td>2012-01-07</td>
</tr>
</tbody>
</table>
A `phonetic` token filter that can be configured with different `encoder` types: A `phonetic` token filter that can be configured with different `encoder` types:
`metaphone`, `doublemetaphone`, `soundex`, `refinedsoundex`, `metaphone`, `doublemetaphone`, `soundex`, `refinedsoundex`,

View File

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