Last active
November 30, 2015 09:16
-
-
Save lucidfrontier45/726af71da407d9653bf4 to your computer and use it in GitHub Desktop.
Elasticsearch template with kurumoji_neologd and dispose source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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