mattbaird / elastigo

A Go (golang) based Elasticsearch client library.
Apache License 2.0
943 stars 241 forks source link

Adding support for the 2.x Query API (and maybe other stuff) #248

Open mikeyoon opened 8 years ago

mikeyoon commented 8 years ago

For ElasticSearch 2.x, the Query/Filter API has changed a good deal. Fortunately, it's not that different, but I'm wondering how to best proceed with implementing these changes. Seems like the most straightforward would be a major revision branch that requires ES 2.x.