Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf45675

Browse files
committed
new versions 1.4.8+2.0.3+2.1.0.1+2.1.1
1 parent cd366fb commit bf45675

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Elasticsearch-SQL
22
=================
33
**1.X** [![1.X Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.org/NLPchina/elasticsearch-sql) <br>
44
**2.0.0** [![2.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)<br>
5-
**2.1.0** [![2.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)<br>
5+
**2.1.0** [![2.1.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)<br>
6+
**2.1.1** [![2.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)<br>
67

78
Query elasticsearch using familiar SQL syntax.
89
You can also use ES functions in SQL.
@@ -21,23 +22,28 @@ Install as plugin:
2122
Versions
2223
------------
2324

24-
| elasticsearch version | latest version | remarks | branch |
25-
| --------------------- | ------------- | ----------------------------- | ---------- |
26-
| 1.X | 1.4.7 | tested against elastic 1.4-1.6 | master |
27-
| 2.0.0 | 2.0.2 | delete commands not supported | elastic2.0 |
28-
| 2.1.0 | 2.1.0 | delete commands not supported | elastic2.1 |
25+
| elasticsearch version | latest version | remarks | branch |
26+
| --------------------- | ------------- | ----------------------------- | ------------ |
27+
| 1.X | 1.4.8 | tested against elastic 1.4-1.6 | master |
28+
| 2.0.0 | 2.0.3 | delete commands not supported | elastic2.0 |
29+
| 2.1.0 | 2.1.0.1 | delete commands not supported | elastic2.1 |
30+
| 2.1.1 | 2.1.1 | delete commands not supported | elastic2.1.1 |
2931

3032
### Elasticsearch 1.X
3133
````
32-
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.7/elasticsearch-sql-1.4.7.zip --install sql
34+
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.8/elasticsearch-sql-1.4.8.zip --install sql
3335
````
3436
### Elasticsearch 2.0.0
3537
````
36-
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.2/elasticsearch-sql-2.0.2.zip
38+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.3/elasticsearch-sql-2.0.3.zip
3739
````
3840
### Elasticsearch 2.1.0
3941
````
40-
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.1.0/elasticsearch-sql-2.1.0.zip
42+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.1.0.1/elasticsearch-sql-2.1.0.1.zip
43+
````
44+
### Elasticsearch 2.1.1
45+
````
46+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.1.1/elasticsearch-sql-2.1.1.zip
4147
````
4248
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}`.
4349

0 commit comments

Comments
 (0)