我想从ElasticSearch索引返回最近的记录(前1),类似于下面的sql查询;
SELECT TOP 1 Id, name, title FROM MyTable ORDER BY Date DESC;
可以这样做吗?
elasticsearch
elasticsearch ×1