Skip to content

Instantly share code, notes, and snippets.

@lucidfrontier45
Last active November 30, 2015 09:16
Show Gist options
  • Select an option

  • Save lucidfrontier45/726af71da407d9653bf4 to your computer and use it in GitHub Desktop.

Select an option

Save lucidfrontier45/726af71da407d9653bf4 to your computer and use it in GitHub Desktop.
Elasticsearch template with kurumoji_neologd and dispose source
{
"template": "*",
"settings":{
"number_of_shards" : 3,
"index":{
"analysis": {
"analyzer": {
"default": {
"type": "kuromoji_neologd"
}
}
}
}
},
"mappings" : {
"_default_" : {
"_source" : { "enabled" : false }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment