Remove comma in JSON

Closes #7827
This commit is contained in:
HenrikOssipoff 2014-09-23 09:24:01 +02:00 committed by Clinton Gormley
parent 3efa342ee4
commit 1445dd2308
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Here is a sample configuration:
"custom_with_char_filter" : {
"tokenizer" : "standard",
"char_filter" : ["my_mapping"]
},
}
}
}
}