来自 GAE Python 搜索 API 文档: https ://developers.google.com/appengine/docs/python/search/queryoptionsclass?hl=en
包含代码:
pages = results.found_count / page_size
我正在尝试访问 SearchResults 对象的“found_count”属性,但在日志中出现以下错误:
'SearchResults' object has no attribute 'found_count'
此属性是否已弃用?我在 GAE 搜索 API 文档中的任何地方都没有看到其他对“found_count”的引用。