我在vespa中有多个文档,我想获取特定类型文档的文档总数。如何获得此文件?有什么办法吗?
答案 0 :(得分:3)
使用/search/?yql=select * from sources * where sddocname contains "<yourdoctype>";
查询文档类型,然后在结果中查看“ totalCount”。
答案 1 :(得分:1)
Vespa还将其公开为定期更新的指标,请参见https://docs.vespa.ai/documentation/reference/metrics-health-format.html
也可以使用命令行工具查询每个节点的索引,但是这些工具主要用于调试,可能不是稳定的api。您可以在https://docs.vespa.ai/documentation/reference/vespa-cmdline-tools.html
尝试vespa-proton-cmd