Browse Source

add contents_reading_analyzer

yfujita 8 năm trước cách đây
mục cha
commit
bfdd3d89e5
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      src/main/resources/suggest_indices/suggest_analyzer.json

+ 12 - 0
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"