Sotaro KARASAWA 10 年 前
コミット
00876db3b3
1 ファイル変更0 行追加1 行削除
  1. 0 1
      resource/search/mappings.json

+ 0 - 1
resource/search/mappings.json

@@ -57,7 +57,6 @@
         "body": {
           "type" : "multi_field",
           "fields" : {
-            "raw": {"type" : "string", "index" : "not_analyzed"},
             "ja": {"type" : "string", "analyzer" : "kuromoji"},
             "en": {"type" : "string", "analyzer" : "english"}
           }