Docs: Fix syntax on lang-analyzer

Some of the language analyzer documentation contained invalid json.

Closes #7098
This commit is contained in:
Nik Everett 2014-07-30 14:12:29 -04:00 committed by Clinton Gormley
parent a848b658e8
commit 34426eb8c2
1 changed files with 2 additions and 2 deletions

View File

@ -367,7 +367,7 @@ The `cjk` analyzer could be reimplemented as a `custom` analyzer as follows:
"cjk": {
"tokenizer": "standard",
"filter": [
"cjk_width"
"cjk_width",
"lowercase",
"cjk_bigram",
"english_stop"
@ -1116,7 +1116,7 @@ The `persian` analyzer could be reimplemented as a `custom` analyzer as follows:
"analyzer": {
"persian": {
"tokenizer": "standard",
"char_filter": [ "zero_width_spaces" ]
"char_filter": [ "zero_width_spaces" ],
"filter": [
"lowercase",
"arabic_normalization",