elasticsearch-analysis-naturalsort icon indicating copy to clipboard operation
elasticsearch-analysis-naturalsort copied to clipboard

Natural sort plugin for Elasticsearch

Results 7 elasticsearch-analysis-naturalsort issues
Sort by recently updated
recently updated
newest added

Is there way to build latest version for ES 6/7 ?

Where can I execute below command ./bin/elasticsearch-plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-naturalsort/5.1.1.0/elasticsearch-analysis-naturalsort-5.1.1.0-plugin.zip for installing natural sort plugin for elastci search

Plugin is not compatiable on 5.5.1 and 5.6.3

The 5.x URL here: http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-naturalsort/5.1.1.0/elasticsearch-analysis-naturalsort-5.1.1.0-plugin.zip is returning a 404.

Would it be possible to get a build that works with Elastic Search 1.5.2?

Hi, I'm running ES 1.7 at OS X 10.9 installed via homebrew, I've installed the plugin ``` ➜ /usr/local/opt/elasticsearch/bin/plugin -install analysis-naturalsort -url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-naturalsort/1.7.0.0/elasticsearch-analysis-naturalsort-1.7.0.0-plugin.zip -> Installing analysis-naturalsort... Trying http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-naturalsort/1.7.0.0/elasticsearch-analysis-naturalsort-1.7.0.0-plugin.zip... Downloading ....DONE...

when mixed negative and positive numbers are present they seem to ignore the - sign. e.g. sorting -3, -4, 2, 5 descending returns ``` 5 -4 -3 2 ```