実験的な Google Search API for App Engine を使用してローカルで実行する:
search.Index(name=_INDEX_NAME).put(document_to_index)
これは、 https ://developers.google.com/appengine/docs/python/search/overview の Google ドキュメントとまったく同じです。
ただし、次のエラーが発生します。
AttributeError: 'Index' オブジェクトに属性 'put' がありません
これはバグですか、それとも何か見逃していますか?