Explorar el Código

change datatype of tag_names on ES index

yusuketk hace 7 años
padre
commit
ac2a332b8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
         }
       }
     }