jprante / elasticsearch-analysis-naturalsort

Natural sort plugin for Elasticsearch
https://jprante.github.io/elasticsearch-analysis-naturalsort/
Apache License 2.0
38 stars 19 forks source link

5.x compatibility #13

Closed danwkennedy closed 7 years ago

danwkennedy commented 7 years ago

We'd like to use this with the 5.x series of ES especially since 5.1.1 is out. Do you know if the current state of this plugin can support it?

jprante commented 7 years ago

No, it will not.

ES 5.x plugin development is currently at https://github.com/jprante/elasticsearch-plugin-bundle/tree/5.0

See https://github.com/jprante/elasticsearch-plugin-bundle/tree/5.0/src/main/java/org/xbib/elasticsearch/index/analysis/naturalsort

I can derive a ES 5.x version of elasticsearch-analysis-naturalsort

danwkennedy commented 7 years ago

Is this where development is going to happen moving forward?

If you'd like, I can pull those files into this repo and create a PR

jprante commented 7 years ago

I offer two flavors, single plugins, and a bundle of my plugins for convenience. The bundle is larger and includes a GPL project, so I keep going with the single plugin approach.

jprante commented 7 years ago

Version 5.1.1.0 released.