Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在搜索中取回每个页面的第一个结果的标题,以便我可以在分页 ui 上显示它们。有没有一种简单的方法可以用 ElasticSearch 做到这一点?
您可以进行搜索"fields" : []以检索所有匹配文档 ID 的列表 [1],然后执行多重获取请求以检索文档,包括显示它们所需的任何信息 [2]。
"fields" : []