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

Skip to content

Commit b3ae903

Browse files
committed
update README.md
1 parent d567496 commit b3ae903

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
@@ -63,6 +63,8 @@ Elasticsearch-SQL
6363
**6.1.1** [![6.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
6464
**6.1.2** [![6.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
6565
**6.1.3** [![6.1.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.1.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
66+
**6.2.0** [![6.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
67+
**6.2.1** [![6.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
6668

6769
Query elasticsearch using familiar SQL syntax.
6870
You can also use ES functions in SQL.
@@ -138,6 +140,8 @@ Versions
138140
| 6.1.1 | 6.1.1.0 | | elastic6.1.1 |
139141
| 6.1.2 | 6.1.2.0 | | elastic6.1.2 |
140142
| 6.1.3 | 6.1.3.0 | | elastic6.1.3 |
143+
| 6.2.0 | 6.2.0.0 | | elastic6.2.0 |
144+
| 6.2.1 | 6.2.1.0 | | elastic6.2.1 |
141145

142146
### Elasticsearch 1.x
143147
````
@@ -382,6 +386,16 @@ Versions
382386
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.1.3.0/elasticsearch-sql-6.1.3.0.zip
383387
````
384388

389+
### Elasticsearch 6.2.0
390+
````
391+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.2.0.0/elasticsearch-sql-6.2.0.0.zip
392+
````
393+
394+
### Elasticsearch 6.2.1
395+
````
396+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.2.1.0/elasticsearch-sql-6.2.1.0.zip
397+
````
398+
385399
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}`.
386400

387401
## Basic Usage

0 commit comments

Comments
 (0)