This repository was archived by the owner on Jan 31, 2024. It is now read-only.
File tree 4 files changed +783
-8
lines changed
4 files changed +783
-8
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,16 @@ Wikipedia River Plugin for Elasticsearch
4
4
The Wikipedia River plugin allows index wikipedia.
5
5
6
6
In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-river-wikipedia/2.0.0.RC1 ` .
7
+
7
8
Don't forget to restart the elasticsearch service - otherwise you will receive errors when trying to create index.
8
9
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
+
9
13
| Wikipedia River Plugin | elasticsearch | Release date |
10
14
| ----------------------------| ---------------------| :------------:|
11
- | 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | |
15
+ | 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX |
12
16
| 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 |
18
17
19
18
A simple river to index [ Wikipedia] ( http://en.wikipedia.org ) (English pages). Create it using:
20
19
You can’t perform that action at this time.
0 commit comments