Skip to content

Commit 917b25e

Browse files
committed
update README.md
1 parent 510d8b3 commit 917b25e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ Elasticsearch-SQL
4040
**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)
4141
**5.5.1** [![5.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
4242
**5.5.2** [![5.5.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
43+
**5.5.3** [![5.5.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
44+
**5.6.0** [![5.6.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
45+
**5.6.1** [![5.6.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
46+
**5.6.2** [![5.6.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
4347

4448
Query elasticsearch using familiar SQL syntax.
4549
You can also use ES functions in SQL.
@@ -100,6 +104,10 @@ Versions
100104
| 5.5.0 | 5.5.0.1 | delete commands not supported | elastic5.5.0 |
101105
| 5.5.1 | 5.5.1.0 | delete commands not supported | elastic5.5.1 |
102106
| 5.5.2 | 5.5.2.0 | delete commands not supported | elastic5.5.2 |
107+
| 5.5.3 | 5.5.3.0 | delete commands not supported | elastic5.5.3 |
108+
| 5.6.0 | 5.6.0.0 | delete commands not supported | elastic5.6.0 |
109+
| 5.6.1 | 5.6.1.0 | delete commands not supported | elastic5.6.1 |
110+
| 5.6.2 | 5.6.2.0 | delete commands not supported | elastic5.6.2 |
103111

104112
### Elasticsearch 1.x
105113
````
@@ -269,6 +277,26 @@ Versions
269277
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.2.0/elasticsearch-sql-5.5.2.0.zip
270278
````
271279

280+
### Elasticsearch 5.5.3
281+
````
282+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.3.0/elasticsearch-sql-5.5.3.0.zip
283+
````
284+
285+
### Elasticsearch 5.6.0
286+
````
287+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.0.0/elasticsearch-sql-5.6.0.0.zip
288+
````
289+
290+
### Elasticsearch 5.6.1
291+
````
292+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.1.0/elasticsearch-sql-5.6.1.0.zip
293+
````
294+
295+
### Elasticsearch 5.6.2
296+
````
297+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.2.0/elasticsearch-sql-5.6.2.0.zip
298+
````
299+
272300
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}`.
273301

274302
## Basic Usage

0 commit comments

Comments
 (0)