# Elastic 6.2.1 アップグレードkuromoji\_synのエラー出ます。

**URL:** https://discuss.elastic.co/t/elastic-6-2-1-kuromoji-syn/120584
**Category:** 日本語による質問・議論はこちら
**Created:** [February 20, 2018, 9:37am UTC](https://discuss.elastic.co/t/elastic-6-2-1-kuromoji-syn/120584 "2018-02-20T09:37:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gabriel\_tessier](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/gabriel_tessier/32/27911_2.png) [@gabriel\_tessier](https://discuss.elastic.co/u/gabriel_tessier)
#### Post date: [February 20, 2018, 9:37am UTC](https://discuss.elastic.co/t/elastic-6-2-1-kuromoji-syn/120584/1 "2018-02-20T09:37:12Z")

</div>

Hi,  
私の日本語はとても下手だから英語で聞きます。  
I upgrade my elasticsearch server from 5.6.1 to 6.2.1 and have the following error when I run this:

> PUT _template/something\_template  
> {  
> "index\_patterns" : "something_\*",  
> "order" : 1,  
> "settings" : {  
> "analysis" : {  
> "filter" : {  
> "kuromoji\_pos" : {  
> "type": "kuromoji\_part\_of\_speech",  
> "stoptags" : ["# verb-main:", "動詞-自立","助詞-格助詞-一般",  
> "助詞-終助詞"]  
> },  
> "kuromoji\_st" : {  
> "type":"stop",  
> "stopwords\_path" : "my\_stop\_ja.txt"  
> },  
> "kuromoji\_syn" : {  
> "type":"synonym",  
> "synonyms\_path":"my\_syn\_ja.txt"  
> },  
> ...

my\_syn\_ja.txt のコンテンツ

> アメリカンフットボール, アメフト  
> 南極海, 南氷洋  
> ...

出るのエラー：

> {  
> "error": {  
> "root\_cause": [  
> {  
> "type": "illegal\_argument\_exception",  
> "reason": "failed to build synonyms"  
> }  
> ],  
> "type": "illegal\_argument\_exception",  
> "reason": "failed to build synonyms",  
> "caused\_by": {  
> "type": "parse\_exception",  
> "reason": "Invalid synonym rule at line 1",  
> "caused\_by": {  
> "type": "illegal\_argument\_exception",  
> "reason": "term: アメリカンフットボール analyzed to a token (アメリカンフットボール) with position increment != 1 (got: 0)"  
> }  
> }  
> },  
> "status": 400  
> }

I use the same syn file from version 0.9... and so far didn't had any problem, is there a change in the format?

ありがとうございます.

m(\_\_)m

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 20, 2018, 9:37am UTC](https://discuss.elastic.co/t/elastic-6-2-1-kuromoji-syn/120584/2 "2018-03-20T09:37:34Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
