Skip to content

Commit 8ed2891

Browse files
author
石源
committed
update README.md
1 parent 86ab223 commit 8ed2891

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Elasticsearch-SQL
3131
**5.3.0** [![5.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
3232
**5.3.1** [![5.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
3333
**5.3.2** [![5.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
34+
**5.3.3** [![5.3.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
3435
**5.4.0** [![5.4.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
36+
**5.4.1** [![5.4.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
3537

3638
Query elasticsearch using familiar SQL syntax.
3739
You can also use ES functions in SQL.
@@ -83,7 +85,9 @@ Versions
8385
| 5.3.0 | 5.3.0.0 | delete commands not supported | elastic5.3.0 |
8486
| 5.3.1 | 5.3.1.0 | delete commands not supported | elastic5.3.1 |
8587
| 5.3.2 | 5.3.2.0 | delete commands not supported | elastic5.3.2 |
88+
| 5.3.3 | 5.3.3.0 | delete commands not supported | elastic5.3.3 |
8689
| 5.4.0 | 5.4.0.0 | delete commands not supported | elastic5.4.0 |
90+
| 5.4.1 | 5.4.1.0 | delete commands not supported | elastic5.4.1 |
8791

8892
### Elasticsearch 1.X
8993
````
@@ -208,11 +212,21 @@ Versions
208212
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.3.2.0/elasticsearch-sql-5.3.2.0.zip
209213
````
210214

215+
### Elasticsearch 5.3.3
216+
````
217+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.3.3.0/elasticsearch-sql-5.3.3.0.zip
218+
````
219+
211220
### Elasticsearch 5.4.0
212221
````
213222
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.0.0/elasticsearch-sql-5.4.0.0.zip
214223
````
215224

225+
### Elasticsearch 5.4.1
226+
````
227+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.1.0/elasticsearch-sql-5.4.1.0.zip
228+
````
229+
216230
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}`.
217231

218232
## Basic Usage

0 commit comments

Comments
 (0)