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

Skip to content

Commit 1aa0b83

Browse files
author
石源
committed
update README.md
1 parent 9c87db9 commit 1aa0b83

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
@@ -53,6 +53,7 @@ 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)
5454
<br/>
5555
**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)
56+
**5.6.5** [![5.6.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.5)](https://travis-ci.org/NLPchina/elasticsearch-sql)
5657

5758
Query elasticsearch using familiar SQL syntax.
5859
You can also use ES functions in SQL.
@@ -119,6 +120,7 @@ Versions
119120
| 5.6.2 | 5.6.2.0 | delete commands not supported | elastic5.6.2 |
120121
| 5.6.3 | 5.6.3.0 | delete commands not supported | elastic5.6.3 |
121122
| 5.6.4 | 5.6.4.0 | delete commands not supported | elastic5.6.4 |
123+
| 5.6.5 | 5.6.5.0 | delete commands not supported | elastic5.6.5 |
122124

123125
### Elasticsearch 1.x
124126
````
@@ -318,6 +320,11 @@ Versions
318320
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.4.0/elasticsearch-sql-5.6.4.0.zip
319321
````
320322

323+
### Elasticsearch 5.6.5
324+
````
325+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.5.0/elasticsearch-sql-5.6.5.0.zip
326+
````
327+
321328
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}`.
322329

323330
## Basic Usage

0 commit comments

Comments
 (0)