Skip to content

Commit c6dd406

Browse files
committed
Update README to include 5.6.4 changes
1 parent b595c93 commit c6dd406

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
@@ -51,6 +51,7 @@ Elasticsearch-SQL
5151
**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)
5252
**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)
5353
**5.6.3** [![5.6.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
54+
**5.6.4** [![5.6.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.4)](https://travis-ci.org/NLPchina/elasticsearch-sql)
5455

5556
Query elasticsearch using familiar SQL syntax.
5657
You can also use ES functions in SQL.
@@ -116,6 +117,7 @@ Versions
116117
| 5.6.1 | 5.6.1.0 | delete commands not supported | elastic5.6.1 |
117118
| 5.6.2 | 5.6.2.0 | delete commands not supported | elastic5.6.2 |
118119
| 5.6.3 | 5.6.3.0 | delete commands not supported | elastic5.6.3 |
120+
| 5.6.4 | 5.6.4.0 | delete commands not supported | elastic5.6.4 |
119121

120122
### Elasticsearch 1.x
121123
````
@@ -310,6 +312,11 @@ Versions
310312
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.3.0/elasticsearch-sql-5.6.3.0.zip
311313
````
312314

315+
### Elasticsearch 5.6.4
316+
````
317+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.4.0/elasticsearch-sql-5.6.4.0.zip
318+
````
319+
313320
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}`.
314321

315322
## Basic Usage

0 commit comments

Comments
 (0)