Skip to content

Commit 0d41fcc

Browse files
committed
new version 1.4.7+2.0.2+2.1.0
1 parent 502c012 commit 0d41fcc

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
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>
4-
**2.X** [![2.0.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
4+
**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>
56

67
Query elasticsearch using familiar SQL syntax.
78
You can also use ES functions in SQL.
@@ -20,18 +21,23 @@ Install as plugin:
2021
Versions
2122
------------
2223

23-
| elasticsearch version | latest version | remarks |
24-
| --------------------- | ------------- | ----------------------------- |
25-
| 1.X | 1.4.6 | tested against elastic 1.4-1.6 |
26-
| 2.0.0 | 2.0.1 | delete commands not supported |
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 |
2729

2830
### Elasticsearch 1.X
2931
````
30-
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.6/elasticsearch-sql-1.4.6.zip --install sql
32+
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.7/elasticsearch-sql-1.4.7.zip --install sql
3133
````
3234
### Elasticsearch 2.0.0
3335
````
34-
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.1/elasticsearch-sql-2.0.1.zip
36+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.2/elasticsearch-sql-2.0.2.zip
37+
````
38+
### Elasticsearch 2.1.0
39+
````
40+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.1.0/elasticsearch-sql-2.1.0.zip
3541
````
3642
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}`.
3743

0 commit comments

Comments
 (0)