Skip to content

Commit 6d17e7b

Browse files
committed
new versions 1.4.6 + 2.0.1
1 parent 85d1837 commit 6d17e7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ Versions
2222

2323
| elasticsearch version | latest version | remarks |
2424
| --------------------- | ------------- | ----------------------------- |
25-
| 1.X | 1.4.5 | tested against elastic 1.4-1.6 |
26-
| 2.0.0 | 2.0.0 | delete commands not supported |
25+
| 1.X | 1.4.6 | tested against elastic 1.4-1.6 |
26+
| 2.0.0 | 2.0.1 | delete commands not supported |
2727

2828
### Elasticsearch 1.X
2929
````
30-
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.5/elasticsearch-sql-1.4.5.zip --install sql
30+
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.6/elasticsearch-sql-1.4.6.zip --install sql
3131
````
3232
### Elasticsearch 2.0.0
3333
````
34-
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.0/elasticsearch-sql-2.0.0.zip
34+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.1/elasticsearch-sql-2.0.1.zip
3535
````
3636
After doing this, you need to restart the Elasticsearch server. Otherwise you may get errors like `Invalid index name [sql], must not start with '']; ","status":400}`.
3737

0 commit comments

Comments
 (0)