@@ -40,6 +40,10 @@ Elasticsearch-SQL
40
40
** 5.5.0** [ ![ 5.5.0 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.0 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
41
41
** 5.5.1** [ ![ 5.5.1 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.1 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
42
42
** 5.5.2** [ ![ 5.5.2 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.2 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
43
+ ** 5.5.3** [ ![ 5.5.3 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.3 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
44
+ ** 5.6.0** [ ![ 5.6.0 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.6.0 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
45
+ ** 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 )
46
+ ** 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 )
43
47
44
48
Query elasticsearch using familiar SQL syntax.
45
49
You can also use ES functions in SQL.
@@ -100,6 +104,10 @@ Versions
100
104
| 5.5.0 | 5.5.0.1 | delete commands not supported | elastic5.5.0 |
101
105
| 5.5.1 | 5.5.1.0 | delete commands not supported | elastic5.5.1 |
102
106
| 5.5.2 | 5.5.2.0 | delete commands not supported | elastic5.5.2 |
107
+ | 5.5.3 | 5.5.3.0 | delete commands not supported | elastic5.5.3 |
108
+ | 5.6.0 | 5.6.0.0 | delete commands not supported | elastic5.6.0 |
109
+ | 5.6.1 | 5.6.1.0 | delete commands not supported | elastic5.6.1 |
110
+ | 5.6.2 | 5.6.2.0 | delete commands not supported | elastic5.6.2 |
103
111
104
112
### Elasticsearch 1.x
105
113
````
@@ -269,6 +277,26 @@ Versions
269
277
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.2.0/elasticsearch-sql-5.5.2.0.zip
270
278
````
271
279
280
+ ### Elasticsearch 5.5.3
281
+ ````
282
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.3.0/elasticsearch-sql-5.5.3.0.zip
283
+ ````
284
+
285
+ ### Elasticsearch 5.6.0
286
+ ````
287
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.0.0/elasticsearch-sql-5.6.0.0.zip
288
+ ````
289
+
290
+ ### Elasticsearch 5.6.1
291
+ ````
292
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.1.0/elasticsearch-sql-5.6.1.0.zip
293
+ ````
294
+
295
+ ### Elasticsearch 5.6.2
296
+ ````
297
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.2.0/elasticsearch-sql-5.6.2.0.zip
298
+ ````
299
+
272
300
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} ` .
273
301
274
302
## Basic Usage
0 commit comments