@@ -22,6 +22,7 @@ Elasticsearch-SQL
22
22
** 2.4.3** [ ![ 2.4.3 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.3 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
23
23
** 2.4.4** [ ![ 2.4.4 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.4 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
24
24
** 2.4.5** [ ![ 2.4.5 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.5 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
25
+ ** 2.4.6** [ ![ 2.4.6 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.6 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
25
26
** 5.0.1** [ ![ 5.0.1 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.0.1 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
26
27
** 5.1.1** [ ![ 5.1.1 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.1.1 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
27
28
** 5.1.2** [ ![ 5.1.2 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.1.2 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
@@ -37,6 +38,7 @@ Elasticsearch-SQL
37
38
** 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
39
** 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
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
+ ** 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 )
40
42
41
43
Query elasticsearch using familiar SQL syntax.
42
44
You can also use ES functions in SQL.
@@ -79,6 +81,7 @@ Versions
79
81
| 2.4.3 | 2.4.3.0 | delete commands not supported | elastic2.4.3 |
80
82
| 2.4.4 | 2.4.4.0 | delete commands not supported | elastic2.4.4 |
81
83
| 2.4.5 | 2.4.5.0 | delete commands not supported | elastic2.4.5 |
84
+ | 2.4.6 | 2.4.6.0 | delete commands not supported | elastic2.4.6 |
82
85
| 5.0.1 | 5.0.1.0 | delete commands not supported | elastic5.0.1 |
83
86
| 5.1.1 | 5.1.1.0 | delete commands not supported | elastic5.1.1 |
84
87
| 5.1.2 | 5.1.2.0 | delete commands not supported | elastic5.1.2 |
@@ -94,6 +97,7 @@ Versions
94
97
| 5.4.2 | 5.4.2.0 | delete commands not supported | elastic5.4.2 |
95
98
| 5.4.3 | 5.4.3.0 | delete commands not supported | elastic5.4.3 |
96
99
| 5.5.0 | 5.5.0.1 | delete commands not supported | elastic5.5.0 |
100
+ | 5.5.1 | 5.5.1.0 | delete commands not supported | elastic5.5.1 |
97
101
98
102
### Elasticsearch 1.x
99
103
````
@@ -172,6 +176,11 @@ Versions
172
176
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.4.5.0/elasticsearch-sql-2.4.5.0.zip
173
177
````
174
178
179
+ ### Elasticsearch 2.4.6
180
+ ````
181
+ ./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.4.6.0/elasticsearch-sql-2.4.6.0.zip
182
+ ````
183
+
175
184
176
185
### Elasticsearch 5.0.1
177
186
````
@@ -248,6 +257,11 @@ Versions
248
257
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.0.0/elasticsearch-sql-5.5.0.1.zip
249
258
````
250
259
260
+ ### Elasticsearch 5.5.1
261
+ ````
262
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.1.0/elasticsearch-sql-5.5.1.0.zip
263
+ ````
264
+
251
265
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} ` .
252
266
253
267
## Basic Usage
0 commit comments