@@ -31,7 +31,9 @@ Elasticsearch-SQL
31
31
** 5.3.0** [ ![ 5.3.0 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.0 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
32
32
** 5.3.1** [ ![ 5.3.1 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.1 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
33
33
** 5.3.2** [ ![ 5.3.2 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.2 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
34
+ ** 5.3.3** [ ![ 5.3.3 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.3.3 )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
34
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
+ ** 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 )
35
37
36
38
Query elasticsearch using familiar SQL syntax.
37
39
You can also use ES functions in SQL.
@@ -83,7 +85,9 @@ Versions
83
85
| 5.3.0 | 5.3.0.0 | delete commands not supported | elastic5.3.0 |
84
86
| 5.3.1 | 5.3.1.0 | delete commands not supported | elastic5.3.1 |
85
87
| 5.3.2 | 5.3.2.0 | delete commands not supported | elastic5.3.2 |
88
+ | 5.3.3 | 5.3.3.0 | delete commands not supported | elastic5.3.3 |
86
89
| 5.4.0 | 5.4.0.0 | delete commands not supported | elastic5.4.0 |
90
+ | 5.4.1 | 5.4.1.0 | delete commands not supported | elastic5.4.1 |
87
91
88
92
### Elasticsearch 1.X
89
93
````
@@ -208,11 +212,21 @@ Versions
208
212
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.3.2.0/elasticsearch-sql-5.3.2.0.zip
209
213
````
210
214
215
+ ### Elasticsearch 5.3.3
216
+ ````
217
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.3.3.0/elasticsearch-sql-5.3.3.0.zip
218
+ ````
219
+
211
220
### Elasticsearch 5.4.0
212
221
````
213
222
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.0.0/elasticsearch-sql-5.4.0.0.zip
214
223
````
215
224
225
+ ### Elasticsearch 5.4.1
226
+ ````
227
+ ./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.1.0/elasticsearch-sql-5.4.1.0.zip
228
+ ````
229
+
216
230
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} ` .
217
231
218
232
## Basic Usage
0 commit comments