Browse Source

Fix mappings

Sotaro KARASAWA 10 years ago
parent
commit
00876db3b3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resource/search/mappings.json

+ 0 - 1
resource/search/mappings.json

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