@@ -15,11 +15,11 @@ This is a multi bucket aggregation.
15
15
Installation
16
16
------------
17
17
18
- ` bin/plugin --install path_hierarchy --url "https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.1.0 /pathhierarchy-aggregation-7.17.1.0 .zip" `
18
+ ` bin/plugin --install path_hierarchy --url "https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.1.1 /pathhierarchy-aggregation-7.17.1.1 .zip" `
19
19
20
20
Build
21
21
-----
22
- Compatible with Java version from 15 to 17
22
+ Compatible with Java version 11
23
23
24
24
Development Environment Setup
25
25
------------
@@ -329,7 +329,7 @@ Installation
329
329
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
330
330
331
331
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
332
- ` ./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.1.0 /pathhierarchy-aggregation-7.17.1.0 .zip `
332
+ ` ./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.1.1 /pathhierarchy-aggregation-7.17.1.1 .zip `
333
333
334
334
| elasticsearch version | plugin version | plugin url |
335
335
| --------------------- | -------------- | ---------- |
@@ -351,7 +351,7 @@ To install it, launch this command in Elasticsearch directory replacing the url
351
351
| 7.6.0 | 7.6.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.6.0.0/pathhierarchy-aggregation-7.6.0.0.zip |
352
352
| 7.10.2 | 7.10.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.10.2.0/pathhierarchy-aggregation-7.10.2.0.zip |
353
353
| 7.16.3 | 7.16.3.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.16.3.0/pathhierarchy-aggregation-7.16.3.0.zip |
354
- | 7.17.1 | 7.17.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.1.0 /pathhierarchy-aggregation-7.17.1.0 .zip |
354
+ | 7.17.1 | 7.17.1.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.1.1 /pathhierarchy-aggregation-7.17.1.1 .zip |
355
355
356
356
License
357
357
-------
0 commit comments