@@ -2,7 +2,8 @@ Elasticsearch-SQL
2
2
=================
3
3
** 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
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 >
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 >
6
7
7
8
Query elasticsearch using familiar SQL syntax.
8
9
You can also use ES functions in SQL.
@@ -21,23 +22,28 @@ Install as plugin:
21
22
Versions
22
23
------------
23
24
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 |
29
31
30
32
### Elasticsearch 1.X
31
33
````
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
33
35
````
34
36
### Elasticsearch 2.0.0
35
37
````
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
37
39
````
38
40
### Elasticsearch 2.1.0
39
41
````
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
41
47
````
42
48
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} ` .
43
49
0 commit comments