Skip to content

Commit

Permalink
Elasticsearch version update to 7.0.0 with local libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-st committed Apr 19, 2019
1 parent c8b3af7 commit 4b82b54
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ h2. Compatibility
The following table shows the compatible versions of Elasticsearch and Morphological Analysis Plugin.

|_. Morphological Analysis Plugin |_. Elasticsearch |_. URL |
| ---- | 6.6.1+ | build yourself: gradlew build |
| ---- | 7.0.0+ | build yourself: gradlew build |
13 changes: 8 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "org.elasticsearch.gradle:build-tools:6.6.1"
classpath "org.elasticsearch.gradle:build-tools:7.0.0"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
}
}
Expand All @@ -37,9 +37,12 @@ repositories {
name 'bintray-babayotakun-russianmorphology'
url "http://dl.bintray.com/babayotakun/russianmorphology"
}
flatDir {
dirs 'libs'
}
}

version = '6.6.1'
version = '7.0.0'

esplugin {
description 'English and Russian Morphology for ElasticSearch.'
Expand All @@ -51,9 +54,9 @@ esplugin {
esplugin.version = version

dependencies {
compile "org.apache.lucene.morphology:russian:1.4"
compile "org.apache.lucene.morphology:english:1.4"
compile "org.apache.lucene.morphology:morph:1.4"
compile "org.apache.lucene.morphology:russian:1.5"
compile "org.apache.lucene.morphology:english:1.5"
compile "org.apache.lucene.morphology:morph:1.5"
}

// publishing {
Expand Down
Binary file added libs/english-1.5.jar
Binary file not shown.
Binary file added libs/morph-1.5.jar
Binary file not shown.
Binary file added libs/russian-1.5.jar
Binary file not shown.

0 comments on commit 4b82b54

Please sign in to comment.