File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Versions
52
52
| 2.3.3 | 2.3.3.0 | delete commands not supported | elastic2.3.3 |
53
53
| 2.3.4 | 2.3.4.0 | delete commands not supported | elastic2.3.4 |
54
54
| 2.3.5 | 2.3.5.0 | delete commands not supported | elastic2.3.5 |
55
- | 2.4.0 | 2.4.0.0 | delete commands not supported | elastic2.4.0 |
55
+ | 2.4.0 | 2.4.0.1 | delete commands not supported | elastic2.4.0 |
56
56
| 2.4.1 | 2.4.1.0 | delete commands not supported | elastic2.4.1 |
57
57
### Elasticsearch 1.X
58
58
````
@@ -108,7 +108,7 @@ Versions
108
108
````
109
109
### Elasticsearch 2.4.0
110
110
````
111
- ./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.4.0.0 /elasticsearch-sql-2.4.0.0 .zip
111
+ ./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.4.0.1 /elasticsearch-sql-2.4.0.1 .zip
112
112
````
113
113
### Elasticsearch 2.4.1
114
114
````
@@ -217,6 +217,7 @@ http://localhost:9200/_sql/_explain?sql=select * from indexName limit 10
217
217
* SQL round
218
218
* SQL sqrt
219
219
* SQL concat_ws
220
+ * SQL union and minus
220
221
221
222
## JDBC Support (Experimental feature)
222
223
You can’t perform that action at this time.
0 commit comments