This repository was archived by the owner on Oct 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Note that Elasticsearch has native support for langdetection nowadays using the
10
10
11
11
| ES | Command |
12
12
| ----- | ------- |
13
+ | 7.8.1 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.8.1.1/ingest-langdetect-7.8.1.1.zip ` |
13
14
| 7.8.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.8.0.1/ingest-langdetect-7.8.0.1.zip ` |
14
15
| 7.7.1 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.7.1.1/ingest-langdetect-7.7.1.1.zip ` |
15
16
| 7.7.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.7.0.1/ingest-langdetect-7.7.0.1.zip ` |
@@ -31,6 +32,7 @@ Note that Elasticsearch has native support for langdetection nowadays using the
31
32
| 7.1.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.1.0.1/ingest-langdetect-7.1.0.1.zip ` |
32
33
| 7.0.1 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.0.1.1/ingest-langdetect-7.0.1.1.zip ` |
33
34
| 7.0.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.0.0.1/ingest-langdetect-7.0.0.1.zip ` |
35
+ | 6.8.11 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.11.1/ingest-langdetect-6.8.11.1.zip ` |
34
36
| 6.8.10 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.10.1/ingest-langdetect-6.8.10.1.zip ` |
35
37
| 6.8.9 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.9.1/ingest-langdetect-6.8.9.1.zip ` |
36
38
| 6.8.8 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.8.1/ingest-langdetect-6.8.8.1.zip ` |
Original file line number Diff line number Diff line change @@ -22,13 +22,8 @@ version = "${elasticsearchVersion}.1-SNAPSHOT"
22
22
apply plugin : ' java'
23
23
apply plugin : ' idea'
24
24
apply plugin : ' elasticsearch.esplugin'
25
-
26
- // remove this in 7.6.2
27
- restResources {
28
- restApi {
29
- includeCore ' *'
30
- }
31
- }
25
+ apply plugin : ' elasticsearch.testclusters'
26
+ apply plugin : ' elasticsearch.rest-resources'
32
27
33
28
// license of this project
34
29
licenseFile = rootProject. file(' LICENSE.txt' )
Original file line number Diff line number Diff line change 1
- elasticsearchVersion = 7.8.0
1
+ elasticsearchVersion = 7.8.1
You can’t perform that action at this time.
0 commit comments