Elasticsearch has a fairly rapid release cycle, and it has no dedication to backwards compatibility. Furthermore, there's no great way to see what version of ES we're querying against (without making an additional HTTP request, and that's assuming the server supports that endpoint).
As such, we're going to split ES_WP_Query and support multiple versions at once.
See #35, #36.