|
|
@ -12,7 +12,7 @@ type EsThemeAggDateHistogram struct { |
|
|
Failed int `json:"failed"` |
|
|
Failed int `json:"failed"` |
|
|
} `json:"_shards"` |
|
|
} `json:"_shards"` |
|
|
Hits struct { |
|
|
Hits struct { |
|
|
Total int `json:"total"` |
|
|
Total interface{} `json:"total"` |
|
|
MaxScore float64 `json:"max_score"` |
|
|
MaxScore float64 `json:"max_score"` |
|
|
Hits []interface{} `json:"hits"` |
|
|
Hits []interface{} `json:"hits"` |
|
|
} `json:"hits"` |
|
|
} `json:"hits"` |
|
|
|