diff --git a/src/main/resources/suggest_indices/suggest_analyzer.json b/src/main/resources/suggest_indices/suggest_analyzer.json index ec2bb6168..70544798e 100644 --- a/src/main/resources/suggest_indices/suggest_analyzer.json +++ b/src/main/resources/suggest_indices/suggest_analyzer.json @@ -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"