Update cjk-bigram-tokenfilter.asciidoc

This commit is contained in:
sp836490 2014-10-13 11:07:30 +08:00 committed by Jun Ohtani
parent ac4b39bd8f
commit 517caa0c6f
1 changed files with 2 additions and 2 deletions

View File

@ -30,10 +30,10 @@ Bigrams are generated for characters in `han`, `hiragana`, `katakana` and
"type" : "cjk_bigram", "type" : "cjk_bigram",
"ignore_scripts": [ "ignore_scripts": [
"hiragana", "hiragana",
"katakana" "katakana",
"hangul" "hangul"
], ],
"output_ungirams" : true "output_unigrams" : true
} }
} }
} }