函数
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
google.appengine.api.search
包包含以下函数:
-
get_indexes(namespace='', offset=None, limit=None, start_index_name=None, include_start_index=True, index_name_prefix=None, fetch_schema=False, deadline=None)
返回可用索引列表。
参数
- namespace
要返回的索引的命名空间。如果未设置,则使用当前命名空间。
- offset
要返回的第一个索引的偏移。
- limit
要返回的索引数。
- start_index_name
要返回的第一个索引的名称。
- include_start_index
如果为 true
,则在结果中包含 start_index_name
指定的索引。
- index_name_prefix
用于选择要返回的索引的前缀。
- fetch_schema
指定是否为每个索引获取架构。
- deadline
远程过程调用 (RPC) 的期限(以秒为单位)。
结果值
表示索引列表的 GetResponse
对象。如果 fetch_schema==true,则每个索引都将包含其架构。
异常
- TypeError
传递的参数无效。
- InternalError
请求在内部服务器上失败。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-31。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-01-31。"],[],[]]