試してみるとpython manage.py rebuild_index
、エラーが発生します:
self.conn.bulk_index(self.index_name, 'modelresult', prepped_docs, id_field=ID)
AttributeError: 'ElasticSearch' object has no attribute 'bulk_index'
pyelasticsearch.pyのリンクhttps://github.com/toastdriven/pyelasticsearch/blob/master/pyelasticsearch.py #L424-469を見つけましたが、それがどのエディションかわかりません。とにかくbulk_index
そのコードにはありますが、私のpyelasticsearch.pyを購入することはできません。誰もが同じ経験をしていますか?お時間をいただきありがとうございます。
プラス:django-haystack 2.0.0.beta、pyelasticsearch 0.0.6