Skip to content

Commit c009155

Browse files
committed
update README.md
1 parent f8c0ec8 commit c009155

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
@@ -39,6 +39,7 @@ Elasticsearch-SQL
3939
**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)
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)
42+
**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)
4243

4344
Query elasticsearch using familiar SQL syntax.
4445
You can also use ES functions in SQL.
@@ -98,6 +99,7 @@ Versions
9899
| 5.4.3 | 5.4.3.0 | delete commands not supported | elastic5.4.3 |
99100
| 5.5.0 | 5.5.0.1 | delete commands not supported | elastic5.5.0 |
100101
| 5.5.1 | 5.5.1.0 | delete commands not supported | elastic5.5.1 |
102+
| 5.5.2 | 5.5.2.0 | delete commands not supported | elastic5.5.2 |
101103

102104
### Elasticsearch 1.x
103105
````
@@ -262,6 +264,11 @@ Versions
262264
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.1.0/elasticsearch-sql-5.5.1.0.zip
263265
````
264266

267+
### Elasticsearch 5.5.2
268+
````
269+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.2.0/elasticsearch-sql-5.5.2.0.zip
270+
````
271+
265272
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}`.
266273

267274
## Basic Usage

0 commit comments

Comments
 (0)