sunty
2020-08-23 9bbcbac49cf99c914bcc488157985a9ded6dc803
EsApi.go
@@ -190,7 +190,7 @@
            ]
        }
    },
    "size": 10,
    "size": 2147483647,
    "_source": {
        "includes": [
            "cameraId",
@@ -205,8 +205,8 @@
        ]
    }
}`
   //fmt.Println(personUrl)
   //fmt.Println(personBody)
   fmt.Println(personUrl)
   fmt.Println(personBody)
   buf, err := EsReq("POST", personUrl, []byte(personBody))
   if err != nil {
      return nil, err
@@ -270,12 +270,13 @@
                            }
                        }
                    }
                ]
                ],
                "size": 100000000
            },
            "aggs":{
                "top_attention_hits":{
                    "top_hits":{
                        "size": 100,
                        "size": 1000000,
                        "sort": [
                            {
                                "picDate": {
@@ -292,6 +293,8 @@
        }
    }
}`
   //fmt.Println(buckersUrl)
   //fmt.Println(buckersBody)
   buf, err := EsReq("POST", buckersUrl, []byte(buckersBody))
   if err != nil {
      return nil, err