Skip to content

Commit

Permalink
v7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jikyo committed Jun 21, 2020
1 parent 38e6d13 commit 00840ca
Show file tree
Hide file tree
Showing 2 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 @@ -7,6 +7,7 @@ Note that this token filter `jikyo_romaji` assumes to work with `tokenizer: keyw

# Supported Elasticsearch versions

* 7.8: [7.8.0](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.8.0)
* 7.7: [7.7.1](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.7.1), [7.7.0](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.7.0)
* 7.6: [7.6.2](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.6.2), [7.6.1](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.6.1), [7.6.0](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.6.0)
* 7.5: [7.5.2](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.5.2), [7.5.1](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.5.1), ~~7.5.0~~
Expand All @@ -19,7 +20,7 @@ Note that this token filter `jikyo_romaji` assumes to work with `tokenizer: keyw
# Installation

```bash
$ sudo bin/elasticsearch-plugin install https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/download/v7.7.1/analysis-jikyo-romaji-7.7.1.zip
$ sudo bin/elasticsearch-plugin install https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/download/v7.8.0/analysis-jikyo-romaji-7.8.0.zip
```


Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ buildscript {
jcenter()
}
dependencies {
classpath 'org.elasticsearch.gradle:build-tools:7.7.1'
classpath 'org.elasticsearch.gradle:build-tools:7.8.0'
}
}

apply plugin: 'elasticsearch.esplugin'

def ver = [
plugin: '7.7.1',
es: '7.7.1',
plugin: '7.8.0',
es: '7.8.0',
lucene: '8.5.1', // https://github.com/elastic/elasticsearch/blob/master/buildSrc/version.properties
romaji: '0.0.4',
]
Expand Down

0 comments on commit 00840ca

Please sign in to comment.