Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit ddad7cb

Browse files
committed
Add plugin release semi-automatic script
Closes #20.
1 parent 5d4d486 commit ddad7cb

File tree

4 files changed

+783
-8
lines changed

4 files changed

+783
-8
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ Wikipedia River Plugin for Elasticsearch
44
The Wikipedia River plugin allows index wikipedia.
55

66
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-river-wikipedia/2.0.0.RC1`.
7+
78
Don't forget to restart the elasticsearch service - otherwise you will receive errors when trying to create index.
89

10+
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-river-wikipedia/tree/master).
11+
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-river-wikipedia/tree/1.x).
12+
913
| Wikipedia River Plugin | elasticsearch | Release date |
1014
|----------------------------|---------------------|:------------:|
11-
| 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | |
15+
| 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX |
1216
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
13-
| 1.4.0-SNAPSHOT (1.x) | 0.90.3 -> 0.90 | |
14-
| 1.3.0 | 0.90.3 -> 0.90 | 2013-11-27 |
15-
| 1.2.0 | 0.90.3 -> 0.90 | 2013-08-19 |
16-
| 1.1.0 | 0.19 -> 0.90.2 | 2012-02-07 |
17-
| 1.0.0 | 0.18 | 2012-12-05 |
1817

1918
A simple river to index [Wikipedia](http://en.wikipedia.org) (English pages). Create it using:
2019

0 commit comments

Comments
 (0)