@@ -63,6 +63,8 @@ Elasticsearch-SQL
63
63
** 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 )
64
64
** 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 )
65
65
** 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 )
66
68
67
69
Query elasticsearch using familiar SQL syntax.
68
70
You can also use ES functions in SQL.
@@ -138,6 +140,8 @@ Versions
138
140
| 6.1.1 | 6.1.1.0 | | elastic6.1.1 |
139
141
| 6.1.2 | 6.1.2.0 | | elastic6.1.2 |
140
142
| 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 |
141
145
142
146
### Elasticsearch 1.x
143
147
````
@@ -382,6 +386,16 @@ Versions
382
386
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.1.3.0/elasticsearch-sql-6.1.3.0.zip
383
387
````
384
388
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
+
385
399
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} ` .
386
400
387
401
## Basic Usage
0 commit comments