Ubuntu에 Elasticsearch 설치 후 nori 분석기를 살치 후 인댁스를 생성 할려고 하는데, nori 분석기를 못 찼는라는 오류 메시지가 뜹니다.
오류
HTTP/1.1 400 Bad Request
content-encoding: gzip
content-length: 140
content-type: application/json; charset=UTF-8
{
"error": {
"reason": "Unknown analyzer type [nori] for [korean]",
"root_cause": [
{
"reason": "Unknown analyzer type [nori] for [korean]",
"type": "illegal_argument_exception"
}
],
"type": "illegal_argument_exception"
},
"status": 400
}
설치 명령
elasticsearch-plugin install analysis-nori
elasticsearch-plugin list 명령 결과는
analysis-nori
하지만 curl -XGET http://localhost:9200/_cat/plugins?v 결과는
name component version
으로만 나옵니다.
부탁드립니다.