@@ -511,7 +511,7 @@ func BulkUpdate(index, itype string, ids []string, updateStr string) {
}
-func NewBulkUpdate(index string, params [][]string) bool {
+func NewBulkUpdate(index string, params ...[]string) bool {
client := GetEsConn()
defer DestoryEsConn(client)
if client != nil {