Przeglądaj źródła

change datatype of tag_names on ES index

yusuketk 7 lat temu
rodzic
commit
ac2a332b8c
1 zmienionych plików z 1 dodań i 1 usunięć
  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"
         }
       }
     }