add contents_reading_analyzer
This commit is contained in:
parent
afa2c4230d
commit
bfdd3d89e5
1 changed files with 12 additions and 0 deletions
|
@ -34,6 +34,12 @@
|
|||
"char_filter" : ["mapping_char"],
|
||||
"filter" : ["lowercase", "stopword_en_filter", "pos_filter", "content_length_filter", "limit_token_count_filter"]
|
||||
},
|
||||
"contents_reading_analyzer" : {
|
||||
"type" : "custom",
|
||||
"tokenizer" : "fess_japanese_normal",
|
||||
"char_filter" : ["mapping_char"],
|
||||
"filter" : ["lowercase", "stopword_en_filter", "pos_filter", "content_length_filter", "limit_token_count_filter", "reading_form"]
|
||||
},
|
||||
"reading_analyzer_ja" : {
|
||||
"type" : "custom",
|
||||
"tokenizer" : "fess_japanese_normal",
|
||||
|
@ -55,6 +61,12 @@
|
|||
"char_filter" : ["mapping_char"],
|
||||
"filter" : ["lowercase", "stopword_en_filter", "pos_filter", "content_length_filter", "limit_token_count_filter"]
|
||||
},
|
||||
"contents_reading_analyzer_ja" : {
|
||||
"type" : "custom",
|
||||
"tokenizer" : "fess_japanese_normal",
|
||||
"char_filter" : ["mapping_char"],
|
||||
"filter" : ["lowercase", "stopword_en_filter", "pos_filter", "content_length_filter", "limit_token_count_filter", "reading_form"]
|
||||
},
|
||||
"reading_analyzer_en" : {
|
||||
"type" : "custom",
|
||||
"tokenizer" : "standard"
|
||||
|
|
Loading…
Add table
Reference in a new issue