This repository was archived by the owner on Oct 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
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.13.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.13.0.1/ingest-langdetect-7.13.0.1.zip ` |
1314| 7.12.1 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.12.1.1/ingest-langdetect-7.12.1.1.zip ` |
1415| 7.12.0 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.12.0.1/ingest-langdetect-7.12.0.1.zip ` |
1516| 7.11.2 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.11.2.1/ingest-langdetect-7.11.2.1.zip ` |
@@ -44,6 +45,7 @@ Note that Elasticsearch has native support for langdetection nowadays using the
4445| 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 ` |
4546| 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 ` |
4647| 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 ` |
48+ | 6.8.16 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.16.1/ingest-langdetect-6.8.16.1.zip ` |
4749| 6.8.15 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.15.1/ingest-langdetect-6.8.15.1.zip ` |
4850| 6.8.14 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.14.1/ingest-langdetect-6.8.14.1.zip ` |
4951| 6.8.13 | ` bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/6.8.13.1/ingest-langdetect-6.8.13.1.zip ` |
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ esplugin {
3838 noticeFile rootProject. file(' NOTICE.txt' )
3939}
4040
41- validateNebulaPom . enabled = false
41+ validateElasticPom . enabled = false
4242
4343// In this section you declare the dependencies for your production and test code
4444dependencies {
45- compile ' com.youcruit.com.cybozu.labs:langdetect:1.1.2-20151117'
46- compile ' net.arnx:jsonic:1.3.10'
45+ implementation ' com.youcruit.com.cybozu.labs:langdetect:1.1.2-20151117'
46+ implementation ' net.arnx:jsonic:1.3.10'
4747 // the yaml tests require a log4j2 dependency, otherwise a dependency is thrown on startup
4848 yamlRestTestImplementation ' org.apache.logging.log4j:log4j-core:2.11.1'
4949}
Original file line number Diff line number Diff line change 1- elasticsearchVersion = 7.12.1
1+ elasticsearchVersion = 7.13.0
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments