時,使用實驗谷歌搜索API的App Engine和本地運行的「索引」對象有沒有屬性「把」: https://developers.google.com/appengine/docs/python/search/overview谷歌搜索API:</p> <pre><code>search.Index(name=_INDEX_NAME).put(document_to_index) </code></pre> <p>這正是因爲每谷歌文檔在這裏:本地運行
但會生成以下錯誤:
AttributeError: 'Index' object has no attribute 'put'
這是BUG或者有我錯過了什麼?
您使用的是最新的SDK嗎? add方法已被棄用,以支持put。 – Greg
請不要這樣做,因爲最終我們將刪除'add',並且您的代碼將停止工作。請參閱下面的答案。 –