Skip to content

Commit a3446d4

Browse files
committed
update README.md
1 parent 73ec408 commit a3446d4

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
@@ -27,6 +27,7 @@ Elasticsearch-SQL
2727
**5.2.0** [![5.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
2828
**5.2.1** [![5.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
2929
**5.2.2** [![5.2.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.2.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
30+
**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)
3031

3132
Query elasticsearch using familiar SQL syntax.
3233
You can also use ES functions in SQL.
@@ -74,6 +75,7 @@ Versions
7475
| 5.2.0 | 5.2.0.0 | delete commands not supported | elastic5.2.0 |
7576
| 5.2.1 | 5.2.1.0 | delete commands not supported | elastic5.2.1 |
7677
| 5.2.2 | 5.2.2.0 | delete commands not supported | elastic5.2.2 |
78+
| 5.3.0 | 5.3.0.0 | delete commands not supported | elastic5.3.0 |
7779

7880
### Elasticsearch 1.X
7981
````
@@ -178,6 +180,11 @@ Versions
178180
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.2.2.0/elasticsearch-sql-5.2.2.0.zip
179181
````
180182

183+
### Elasticsearch 5.3.0
184+
````
185+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.3.0.0/elasticsearch-sql-5.3.0.0.zip
186+
````
187+
181188
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}`.
182189

183190
## Basic Usage

0 commit comments

Comments
 (0)