add contents_reading_analyzer

This commit is contained in:
yfujita 2017-02-06 19:36:47 +09:00
parent afa2c4230d
commit bfdd3d89e5

View file

@ -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"