Skip to content

Commit c9895a2

Browse files
committed
Add plugin release semi-automatic script
Closes #20
1 parent 3c7fe45 commit c9895a2

File tree

4 files changed

+782
-13
lines changed

4 files changed

+782
-13
lines changed

README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,13 @@ The Phonetic Analysis plugin integrates phonetic token filter analysis with elas
55

66
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/2.0.0.RC1`.
77

8+
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-phonetic/tree/master).
9+
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-analysis-phonetic/tree/1.x).
10+
811
| Phonetic Analysis Plugin | elasticsearch | Release date |
912
|-------------------------------|---------------------|:------------:|
10-
| 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | |
13+
| 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX |
1114
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
12-
| 1.9.0-SNAPSHOT (1.x) | 0.90.8 -> 0.90 | |
13-
| 1.8.0 | 0.90.8 -> 0.90 | 2013-12-19 |
14-
| 1.7.0 | 0.90.6 -> 0.90.7 | 2013-11-06 |
15-
| 1.6.0 | 0.90.3 -> 0.90.5 | 2013-08-08 |
16-
| 1.5.0 | 0.90.1 -> 0.90.2 | 2013-05-30 |
17-
| 1.4.0 | 0.90.0 | 2013-04-29 |
18-
| 1.3.0 | 0.90.0 | 2013-02-26 |
19-
| 1.2.0 | 0.19.2 -> 0.20 | 2012-05-09 |
20-
| 1.1.0 | 0.19.0 -> 0.19.1 | 2012-02-07 |
21-
| 1.0.0 | 0.18 | 2012-01-07 |
2215

2316

2417
A `phonetic` token filter that can be configured with different `encoder` types:

0 commit comments

Comments
 (0)