Does anyone know if pyelasticsearch (currently v0.6.1) works with Elasticsearch v1.0? Has anyone tried using these together (yes, I know Elasticsearch v1.0 was just released) yet? I'm using both in a Django application and while I can't say for certain it certainly looks as though pyelasticsearch is causing the internal server error I'm currently getting. The application functioned as intended with Elasticsearch v0.90.11 and pyelasticsearch v0.6.1.

有帮助吗?

解决方案

The last commit I see on pyelasticsearch is from several months ago.

There are breaking API changes from .90 to 1.0 for ES, so I would guess pyelasticsearch is not going to work against it.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top