elasticsearch的查詢索引字段

根據字段檢索: { "query": { "bool": { "must": [ { "term": { "bkg_url": "1111" } } ], "must_not": [], "should": [] } }, "aggs": { "urls": { "terms": { "field": "face_url" }, "aggs": { "rowKey": { "terms": { "field": "rowKey" } } } } } } url

相關文章
相關標籤/搜索