@@ -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
78Query elasticsearch using familiar SQL syntax.
89You can also use ES functions in SQL.
@@ -21,23 +22,33 @@ Install as plugin:
2122Versions
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 |
31+ | 2.2.0 | 2.2.0 | delete commands not supported | elastic2.2.0 |
2932
3033### Elasticsearch 1.X
3134````
32- ./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.7 /elasticsearch-sql-1.4.7 .zip --install sql
35+ ./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.8 /elasticsearch-sql-1.4.8 .zip --install sql
3336````
3437### Elasticsearch 2.0.0
3538````
36- ./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.2 /elasticsearch-sql-2.0.2 .zip
39+ ./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.3 /elasticsearch-sql-2.0.3 .zip
3740````
3841### Elasticsearch 2.1.0
3942````
40- ./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.1.0/elasticsearch-sql-2.1.0.zip
43+ ./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.1.0.1/elasticsearch-sql-2.1.0.1.zip
44+ ````
45+ ### Elasticsearch 2.1.1
46+ ````
47+ ./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.1.1/elasticsearch-sql-2.1.1.zip
48+ ````
49+ ### Elasticsearch 2.2.0
50+ ````
51+ ./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.2.0/elasticsearch-sql-2.2.0.zip
4152````
4253After 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} ` .
4354
0 commit comments