#elasticsearch# 嵌套查询GET clue/_search{ "query": { "bool": { "must": [ { "nested": { "path": "action_records", "query": { "range": { "action_records.records_time": { "gte": "2019-05-27 10:24:00", "lte": "2025-05-27 10:24:00" } } } } } ] } }}