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

Skip to content

Commit 38ad264

Browse files
committed
update README.md
1 parent d63c130 commit 38ad264

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
@@ -76,6 +76,7 @@ Elasticsearch-SQL
7676
**6.2.4** [![6.2.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.2.4)](https://travis-ci.org/NLPchina/elasticsearch-sql)
7777
**6.3.0** [![6.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
7878
**6.3.1** [![6.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
79+
**6.3.2** [![6.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic6.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
7980

8081
Query elasticsearch using familiar SQL syntax.
8182
You can also use ES functions in SQL.
@@ -162,6 +163,7 @@ Versions
162163
| 6.2.4 | 6.2.4.0 | | elastic6.2.4 |
163164
| 6.3.0 | 6.3.0.0 | | elastic6.3.0 |
164165
| 6.3.1 | 6.3.1.0 | | elastic6.3.1 |
166+
| 6.3.2 | 6.3.2.0 | | elastic6.3.2 |
165167

166168
### Elasticsearch 1.x
167169
````
@@ -461,6 +463,11 @@ Versions
461463
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.3.1.0/elasticsearch-sql-6.3.1.1.zip
462464
````
463465

466+
### Elasticsearch 6.3.2
467+
````
468+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.3.2.0/elasticsearch-sql-6.3.2.0.zip
469+
````
470+
464471
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}`.
465472

466473
## Basic Usage

0 commit comments

Comments
 (0)