1
1
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
- ** 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 >
5
6
6
7
Query elasticsearch using familiar SQL syntax.
7
8
You can also use ES functions in SQL.
@@ -20,18 +21,23 @@ Install as plugin:
20
21
Versions
21
22
------------
22
23
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 |
27
29
28
30
### Elasticsearch 1.X
29
31
````
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
31
33
````
32
34
### Elasticsearch 2.0.0
33
35
````
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
35
41
````
36
42
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} ` .
37
43
0 commit comments