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
1010
1111| ES | Command |
1212| ----- | ------- |
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 ` |
1314| 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 ` |
1415| 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 ` |
1516| 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
3132| 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 ` |
3233| 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 ` |
3334| 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 ` |
3436| 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 ` |
3537| 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 ` |
3638| 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"
2222apply plugin : ' java'
2323apply plugin : ' idea'
2424apply 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'
3227
3328// license of this project
3429licenseFile = 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