Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
es 5.4.0 호환
Browse files Browse the repository at this point in the history
  • Loading branch information
inyl committed May 5, 2017
1 parent a6d4ba6 commit 09cbb42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ twitter korean text elasticsesarch plugin

| plugin-version | elasticsearch | twitter korean text | java | install path |
|----------------|---------------|---------------------|------|------------------------------------------------------------------------------|
| 0.0.2 | 5.3.2 | 4.4 | 1.7 | https://github.com/inyl/tkt_elasticsearch/raw/master/build/elasticsearch.zip |
| 0.0.3 | 5.4.0 | 4.4 | 1.7 | https://github.com/inyl/tkt_elasticsearch/raw/master/build/elasticsearch.zip |
| 0.0.2 | 5.3.2 | 4.4 | 1.7 | https://github.com/inyl/tkt_elasticsearch/raw/v0.0.2/build/elasticsearch.zip |
| 0.0.1 | 5.3.0 | 4.4 | 1.7 | https://github.com/inyl/tkt_elasticsearch/raw/v0.0.1/build/elasticsearch.zip |


Expand Down
Binary file modified build/elasticsearch.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<java.version>1.7</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<twitter.korean.version>4.4.4</twitter.korean.version>
<elasticsearch.version>5.3.2</elasticsearch.version>
<elasticsearch.version>5.4.0</elasticsearch.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
description=The Twitter Korean tokenizer plugin module into elasticsearch.
#
# 'version': plugin's version
version=0.0.2
version=0.0.3
#
# 'name': the plugin name
name=twitter_korean_tokenizer
Expand All @@ -53,5 +53,5 @@ java.version=1.7
# elasticsearch release. This version is checked when the plugin
# is loaded so Elasticsearch will refuse to start in the presence of
# plugins with the incorrect elasticsearch.version.
elasticsearch.version=5.3.2
elasticsearch.version=5.4.0
#

0 comments on commit 09cbb42

Please sign in to comment.