mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
Merge pull request #15033 from yokotaso/patch-2
Wrong properties is used in document.
This commit is contained in:
commit
73b3922531
@ -12,7 +12,7 @@ combined unigram+bigram approach.
|
|||||||
|
|
||||||
Bigrams are generated for characters in `han`, `hiragana`, `katakana` and
|
Bigrams are generated for characters in `han`, `hiragana`, `katakana` and
|
||||||
`hangul`, but bigrams can be disabled for particular scripts with the
|
`hangul`, but bigrams can be disabled for particular scripts with the
|
||||||
`ignore_scripts` parameter. All non-CJK input is passed through unmodified.
|
`ignored_scripts` parameter. All non-CJK input is passed through unmodified.
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
@ -28,7 +28,7 @@ Bigrams are generated for characters in `han`, `hiragana`, `katakana` and
|
|||||||
"filter" : {
|
"filter" : {
|
||||||
"han_bigrams_filter" : {
|
"han_bigrams_filter" : {
|
||||||
"type" : "cjk_bigram",
|
"type" : "cjk_bigram",
|
||||||
"ignore_scripts": [
|
"ignored_scripts": [
|
||||||
"hiragana",
|
"hiragana",
|
||||||
"katakana",
|
"katakana",
|
||||||
"hangul"
|
"hangul"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user