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 #15.
  • Loading branch information
dadoonet committed Dec 19, 2013
1 parent 03aafc2 commit 7f26d6d
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 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`.

<table>
<thead>
<tr>
<td>Phonetic 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.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>
| Phonetic 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.2 -> 0.20 | 2012-05-09 |
| 1.1.0 | 0.19.0 -> 0.19.1 | 2012-02-07 |
| 1.0.0 | 0.18 | 2012-01-07 |


A `phonetic` token filter that can be configured with different `encoder` types:
`metaphone`, `doublemetaphone`, `soundex`, `refinedsoundex`,
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 7f26d6d

Please sign in to comment.