Преглед изворни кода

change datatype of tag_names on ES index

yusuketk пре 7 година
родитељ
комит
ac2a332b8c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resource/search/mappings.json

+ 1 - 1
resource/search/mappings.json

@@ -95,7 +95,7 @@
           "format": "dateOptionalTime"
         },
         "tag_names": {
-          "type": "text"
+          "type": "keyword"
         }
       }
     }