Skip to content

Commit 8feb1c1

Browse files
author
石源
committed
update README.md
1 parent 8ed2891 commit 8feb1c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Elasticsearch-SQL
33

44
### build status
55

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)
77
**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)
88
**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)
99
**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
5757

5858
| elasticsearch version | latest version | remarks | branch |
5959
| --------------------- | ------------- | ----------------------------- | ------------ |
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 |
6161
| 2.0.0 | 2.0.4 | delete commands not supported | elastic2.0 |
6262
| 2.1.0 | 2.1.0.2 | delete commands not supported | elastic2.1 |
6363
| 2.1.1 | 2.1.1.1 | delete commands not supported | elastic2.1.1 |
@@ -89,9 +89,9 @@ Versions
8989
| 5.4.0 | 5.4.0.0 | delete commands not supported | elastic5.4.0 |
9090
| 5.4.1 | 5.4.1.0 | delete commands not supported | elastic5.4.1 |
9191

92-
### Elasticsearch 1.X
92+
### Elasticsearch 1.x
9393
````
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
9595
````
9696
### Elasticsearch 2.0.0
9797
````
@@ -237,7 +237,7 @@ On elasticsearch 1.x / 2.x, visit the elasticsearch-sql web front-end:
237237
http://localhost:9200/_plugin/sql/
238238
````
239239

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).
241241

242242
Then start the web front-end like this:
243243

0 commit comments

Comments
 (0)