@@ -11,33 +11,35 @@ Installation
11
11
12
12
Simply run at the root of your ElasticSearch v0.20.2+ installation:
13
13
14
- bin/plugin -install com.yakaz.elasticsearch.plugins/elasticsearch-action-updatebyquery/1.1 .0
14
+ bin/plugin -install com.yakaz.elasticsearch.plugins/elasticsearch-action-updatebyquery/1.2 .0
15
15
16
16
This will download the plugin from the Central Maven Repository.
17
17
18
18
For older versions of ElasticSearch, you can still use the longer:
19
19
20
- bin/plugin -url http://oss.sonatype.org/content/repositories/releases/com/yakaz/elasticsearch/plugins/elasticsearch-action-updatebyquery/1.1 .0/elasticsearch-action-updatebyquery-1.1 .0.zip install elasticsearch-action-updatebyquery
20
+ bin/plugin -url http://oss.sonatype.org/content/repositories/releases/com/yakaz/elasticsearch/plugins/elasticsearch-action-updatebyquery/1.2 .0/elasticsearch-action-updatebyquery-1.2 .0.zip install elasticsearch-action-updatebyquery
21
21
22
22
In order to declare this plugin as a dependency, add the following to your ` pom.xml ` :
23
23
24
24
<dependency>
25
25
<groupId>com.yakaz.elasticsearch.plugins</groupId>
26
26
<artifactId>elasticsearch-action-updatebyquery/artifactId>
27
- <version>1.1 .0</version>
27
+ <version>1.2 .0</version>
28
28
</dependency>
29
29
30
30
Version matrix:
31
31
32
- --------------------------------------------------
33
- | Update By Query Action Plugin | ElasticSearch |
34
- --------------------------------------------------
35
- | master | 0.90 -> master |
36
- --------------------------------------------------
37
- | 1.1.0 | 0.90 -> master |
38
- --------------------------------------------------
39
- | 1.0.0 | 0.20 -> master |
40
- --------------------------------------------------
32
+ ┌───────────────────────────────┬────────────────────────┐
33
+ │ Update By Query Action Plugin │ ElasticSearch │
34
+ ├───────────────────────────────┼────────────────────────┤
35
+ │ master │ 0.90.3 ─► master │
36
+ ├───────────────────────────────┼────────────────────────┤
37
+ │ 1.2.0 │ 0.90.3 ─► master │
38
+ ├───────────────────────────────┼────────────────────────┤
39
+ │ 1.1.0 │ 0.90.0.beta1 ─► 0.90.2 │
40
+ ├───────────────────────────────┼────────────────────────┤
41
+ │ 1.0.0 │ 0.20.0 ─► 0.20.4 │
42
+ └───────────────────────────────┴────────────────────────┘
41
43
42
44
Description
43
45
-----------
0 commit comments