|
func GetAggs(index, itype, query string, countQuery string) (aggs esV7.Aggregations, res []map[string]interface{}, count int64, msg string) {
|
|
func GetAggs(index, itype, query string, countQuery string) (aggs esV7.Aggregations, res []map[string]interface{}, count int64, msg string) {
|
|
count = elastic.Count(index, itype, countQuery)
|
|
count = elastic.Count(index, itype, countQuery)
|