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.
如何使用 algolia 获取索引中的记录总数?
我想避免进行空搜索,将每页的项目数设置为一百万或其他内容。
来自 Algolia 的每个搜索结果都有一个属性nbHits. 要获取记录总数,请执行不带过滤器的空查询并获取该数字。
nbHits
如果您关心结果的大小,您还可以将 设置attributesToRetrieve为null仅返回objectID并使结果更快速。
attributesToRetrieve
null
objectID