Skip to content

Instantly share code, notes, and snippets.

@phamquick
phamquick / japanese_template.json
Created October 13, 2015 07:35 — forked from KunihikoKido/japanese_template.json
Elasticsearch - Dynamic Mapping for Japanese
{
"japanese_template": {
"template": "*ja",
"settings": {
"analysis": {
"filter": {
"romaji": {
"type": "kuromoji_readingform",
"use_romaji": true
}