mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

ditch support for Elasticsearch 0.90 #250

Open willkg opened 10 years ago

willkg commented 10 years ago

We can remove all support for anything in Elasticsearch 0.90 that isn't in Elasticsearch 1.0+.

This includes:

Is there anything else that needs to be changed?

adngdb commented 10 years ago

@willkg What's the status here? It seems to me you already have done all of those bullet points. Is there something I can do to help in this process?

willkg commented 10 years ago

I inverted the bulk indexing monkey patching code so that it's monkey patching the other direction. It's still there.

We still have a bunch of stuff in there for supporting Elasticsearch 0.90 including in the docs.

Thus of the bullet points, the only one that's really done is the first one.