@@ -35,6 +35,8 @@ Elasticsearch-SQL
35
35
** 5.4.0** [ ![ 5.4.0 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.0 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
36
36
** 5.4.1** [ ![ 5.4.1 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.1 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
37
37
** 5.4.2** [ ![ 5.4.2 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.2 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
38
+ ** 5.4.3** [ ![ 5.4.3 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.3 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
39
+ ** 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 )
38
40
39
41
Query elasticsearch using familiar SQL syntax.
40
42
You can also use ES functions in SQL.
@@ -90,6 +92,8 @@ Versions
90
92
| 5.4.0 | 5.4.0.0 | delete commands not supported | elastic5.4.0 |
91
93
| 5.4.1 | 5.4.1.0 | delete commands not supported | elastic5.4.1 |
92
94
| 5.4.2 | 5.4.2.0 | delete commands not supported | elastic5.4.2 |
95
+ | 5.4.3 | 5.4.3.0 | delete commands not supported | elastic5.4.3 |
96
+ | 5.5.0 | 5.5.0.0 | delete commands not supported | elastic5.5.0 |
93
97
94
98
### Elasticsearch 1.x
95
99
````
@@ -234,6 +238,16 @@ Versions
234
238
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.2.0/elasticsearch-sql-5.4.2.0.zip
235
239
````
236
240
241
+ ### Elasticsearch 5.4.3
242
+ ````
243
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.3.0/elasticsearch-sql-5.4.3.0.zip
244
+ ````
245
+
246
+ ### Elasticsearch 5.5.0
247
+ ````
248
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.0.0/elasticsearch-sql-5.5.0.0.zip
249
+ ````
250
+
237
251
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} ` .
238
252
239
253
## Basic Usage
0 commit comments