Skip to content

Instantly share code, notes, and snippets.

@miz21358
miz21358 / template.json
Created January 16, 2018 06:35
Elasticsearch+kuromoji-neologd で品詞分解アナライザを設定したテンプレート設定用JSONファイル
{
"sample-analyze": {
"order": 0,
"template": "sample-analyze-*",
"settings": {
"index": {
"analysis": {
"filter": {
"greek_lowercase_filter": {
"type": "lowercase",