@@ -3,7 +3,7 @@ Elasticsearch-SQL
3
3
4
4
### build status
5
5
6
- ** master ** [ ![ 1.X Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=master )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
6
+ ** 1.7.6 ** [ ![ 1.7.6 Build Status] ( https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic1.x )] ( https://travis-ci.org/NLPchina/elasticsearch-sql )
7
7
** 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 )
8
8
** 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 )
9
9
** 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 )
@@ -57,7 +57,7 @@ Versions
57
57
58
58
| elasticsearch version | latest version | remarks | branch |
59
59
| --------------------- | ------------- | ----------------------------- | ------------ |
60
- | 1.X | 1.4.9 | tested against elastic 1.4-1.6 | elastic1.x |
60
+ | 1.x | 1.7.6 | tested against elastic 1.7.6 | elastic1.x |
61
61
| 2.0.0 | 2.0.4 | delete commands not supported | elastic2.0 |
62
62
| 2.1.0 | 2.1.0.2 | delete commands not supported | elastic2.1 |
63
63
| 2.1.1 | 2.1.1.1 | delete commands not supported | elastic2.1.1 |
@@ -89,9 +89,9 @@ Versions
89
89
| 5.4.0 | 5.4.0.0 | delete commands not supported | elastic5.4.0 |
90
90
| 5.4.1 | 5.4.1.0 | delete commands not supported | elastic5.4.1 |
91
91
92
- ### Elasticsearch 1.X
92
+ ### Elasticsearch 1.x
93
93
````
94
- ./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.9 /elasticsearch-sql-1.4.9 .zip --install sql
94
+ ./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.7.6 /elasticsearch-sql-1.7.6 .zip --install sql
95
95
````
96
96
### Elasticsearch 2.0.0
97
97
````
@@ -237,7 +237,7 @@ On elasticsearch 1.x / 2.x, visit the elasticsearch-sql web front-end:
237
237
http://localhost:9200/_plugin/sql/
238
238
````
239
239
240
- On elasticsearch 5.x, [ download and extract site] ( https://github.com/NLPchina/elasticsearch-sql/releases/download/5.0.1 /es-sql-site-standalone.zip ) .
240
+ On elasticsearch 5.x, [ download and extract site] ( https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.1.0 /es-sql-site-standalone.zip ) .
241
241
242
242
Then start the web front-end like this:
243
243
0 commit comments