Collective.elasticsearch with ES 6.3

Is the collective.elasticsearch package widely used as it is? I am working on a branch that works with the newest stable release of elasticsearch (6.3) and am unsure if I should create a pull request or if we would need to fork the package. I am working closely with @tkimnguyen on this.

please do not fork it; do your work on a branch and create a pull request.

BTW, I think @claytonc was also working on this, but I don't know if he has some branch to show.

you could collaborate with him also.

We would be interest inn trying your branch. We are need the field folding
feature in later elastic search. We are interested in adding a feature to
customise the search query per site or per request.

I took as a base that [1] and updated the client for elasticsearch [2]

[1] https://github.com/infrae/collective.elasticindex/tree/master/src/collective/elasticindex
[2] https://pypi.org/project/elasticsearch/

There's a PR there adding support for 7.x.