瀏覽代碼

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"
         }
       }
     }