Skip to content

Commit a4bdaa5

Browse files
Elasticsearch 5.5.0 support
1 parent 28c8246 commit a4bdaa5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

esplugin/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The plugin version must match your Elasticsearch version.
1111
```
1212
bin/elasticsearch-plugin install URL
1313
14-
# For 5.4.3:
15-
bin/elasticsearch-plugin install https://github.com/jolicode/emoji-search/releases/download/5.4.3/analysis-emoji-5.4.3.zip
14+
# For 5.5.0:
15+
bin/elasticsearch-plugin install https://github.com/jolicode/emoji-search/releases/download/5.5.0/analysis-emoji-5.5.0.zip
1616
```
1717

1818
## Versions
@@ -21,6 +21,7 @@ ICU is always up to date to the latest data in this plugin, so upgrading may req
2121

2222
analysis-emoji version and ES version | Install URL
2323
-----------|-----------
24+
5.5.0 | https://github.com/jolicode/emoji-search/releases/download/5.5.0/analysis-emoji-5.5.0.zip
2425
5.4.3 | https://github.com/jolicode/emoji-search/releases/download/5.4.3/analysis-emoji-5.4.3.zip
2526
5.3.3 (ICU 59.1) | https://github.com/jolicode/emoji-search/releases/download/5.3.3/analysis-emoji-5.3.3.zip
2627
5.3.0 | https://github.com/jolicode/emoji-search/releases/download/5.3.0/analysis-emoji-5.3.0.zip

esplugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ buildscript {
88
jcenter()
99
}
1010
dependencies {
11-
classpath "org.elasticsearch.gradle:build-tools:5.4.3"
11+
classpath "org.elasticsearch.gradle:build-tools:5.5.0"
1212
}
1313
}
1414

1515
group = 'org.elasticsearch.plugin'
16-
version = '5.4.3'
16+
version = '5.5.0'
1717

1818
apply plugin: 'java'
1919
apply plugin: 'elasticsearch.esplugin'

0 commit comments

Comments
 (0)