문제

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