Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32f0462

Browse files
committed
update README.md
1 parent 246ad0c commit 32f0462

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
@@ -35,6 +35,8 @@ Elasticsearch-SQL
3535
**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)
3636
**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)
3737
**5.4.2** [![5.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
38+
**5.4.3** [![5.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
39+
**5.5.0** [![5.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
3840

3941
Query elasticsearch using familiar SQL syntax.
4042
You can also use ES functions in SQL.
@@ -90,6 +92,8 @@ Versions
9092
| 5.4.0 | 5.4.0.0 | delete commands not supported | elastic5.4.0 |
9193
| 5.4.1 | 5.4.1.0 | delete commands not supported | elastic5.4.1 |
9294
| 5.4.2 | 5.4.2.0 | delete commands not supported | elastic5.4.2 |
95+
| 5.4.3 | 5.4.3.0 | delete commands not supported | elastic5.4.3 |
96+
| 5.5.0 | 5.5.0.0 | delete commands not supported | elastic5.5.0 |
9397

9498
### Elasticsearch 1.x
9599
````
@@ -234,6 +238,16 @@ Versions
234238
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.2.0/elasticsearch-sql-5.4.2.0.zip
235239
````
236240

241+
### Elasticsearch 5.4.3
242+
````
243+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.3.0/elasticsearch-sql-5.4.3.0.zip
244+
````
245+
246+
### Elasticsearch 5.5.0
247+
````
248+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.0.0/elasticsearch-sql-5.5.0.0.zip
249+
````
250+
237251
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}`.
238252

239253
## Basic Usage

0 commit comments

Comments
 (0)