Skip to content

Commit 7d1e23f

Browse files
committed
update README.md
1 parent 29f4503 commit 7d1e23f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ 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.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)
3435

3536
Query elasticsearch using familiar SQL syntax.
3637
You can also use ES functions in SQL.
@@ -82,6 +83,7 @@ Versions
8283
| 5.3.0 | 5.3.0.0 | delete commands not supported | elastic5.3.0 |
8384
| 5.3.1 | 5.3.1.0 | delete commands not supported | elastic5.3.1 |
8485
| 5.3.2 | 5.3.2.0 | delete commands not supported | elastic5.3.2 |
86+
| 5.4.0 | 5.4.0.0 | delete commands not supported | elastic5.4.0 |
8587

8688
### Elasticsearch 1.X
8789
````
@@ -206,6 +208,11 @@ Versions
206208
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.3.2.0/elasticsearch-sql-5.3.2.0.zip
207209
````
208210

211+
### Elasticsearch 5.4.0
212+
````
213+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.0.0/elasticsearch-sql-5.4.0.0.zip
214+
````
215+
209216
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}`.
210217

211218
## Basic Usage

0 commit comments

Comments
 (0)