Skip to content

Commit

Permalink
v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jikyo committed Nov 3, 2019
1 parent ce06dff commit 7fc5f18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,11 @@
Note that this token filter `jikyo_romaji` assumes to work with `tokenizer: keywrod`.


# Requirement
# Supported Elasticsearch versions

* Elasticsearch 7.1.1
* Lucene 8.0.0


# Build

```bash
# Verification task
$ gradle check -Dtests.security.manager=false
# Build task
$ gradle assemble
```
* [7.2.0](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.2.0)
* [7.1.1](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.1.1)
* [7.1.0](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.1.0)


# Installation
Expand Down Expand Up @@ -109,3 +100,12 @@ $ curl -H "Content-Type: application/json" -XGET "localhost:9200/_analyze?pretty
]
}
```

# Build

```bash
# Verification task
$ gradle check -Dtests.security.manager=false
# Build task
$ gradle assemble
```
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.1.1'
classpath 'org.elasticsearch.gradle:build-tools:7.2.0'
}
}

apply plugin: 'elasticsearch.esplugin'

def ver = [
plugin: '7.1.1',
es: '7.1.1',
plugin: '7.2.0',
es: '7.2.0',
lucene: '8.0.0',
romaji: '0.0.4',
]
Expand Down

0 comments on commit 7fc5f18

Please sign in to comment.