Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb0903f

Browse files
committed
update README.md
1 parent 07c2b29 commit eb0903f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Elasticsearch-SQL
2222
**2.4.3** [![2.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
2323
**2.4.4** [![2.4.4 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.4)](https://travis-ci.org/NLPchina/elasticsearch-sql)
2424
**2.4.5** [![2.4.5 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.5)](https://travis-ci.org/NLPchina/elasticsearch-sql)
25+
**2.4.6** [![2.4.6 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.4.6)](https://travis-ci.org/NLPchina/elasticsearch-sql)
2526
**5.0.1** [![5.0.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.0.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
2627
**5.1.1** [![5.1.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.1.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
2728
**5.1.2** [![5.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
@@ -37,6 +38,7 @@ Elasticsearch-SQL
3738
**5.4.2** [![5.4.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
3839
**5.4.3** [![5.4.3 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.4.3)](https://travis-ci.org/NLPchina/elasticsearch-sql)
3940
**5.5.0** [![5.5.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
41+
**5.5.1** [![5.5.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic5.5.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
4042

4143
Query elasticsearch using familiar SQL syntax.
4244
You can also use ES functions in SQL.
@@ -79,6 +81,7 @@ Versions
7981
| 2.4.3 | 2.4.3.0 | delete commands not supported | elastic2.4.3 |
8082
| 2.4.4 | 2.4.4.0 | delete commands not supported | elastic2.4.4 |
8183
| 2.4.5 | 2.4.5.0 | delete commands not supported | elastic2.4.5 |
84+
| 2.4.6 | 2.4.6.0 | delete commands not supported | elastic2.4.6 |
8285
| 5.0.1 | 5.0.1.0 | delete commands not supported | elastic5.0.1 |
8386
| 5.1.1 | 5.1.1.0 | delete commands not supported | elastic5.1.1 |
8487
| 5.1.2 | 5.1.2.0 | delete commands not supported | elastic5.1.2 |
@@ -94,6 +97,7 @@ Versions
9497
| 5.4.2 | 5.4.2.0 | delete commands not supported | elastic5.4.2 |
9598
| 5.4.3 | 5.4.3.0 | delete commands not supported | elastic5.4.3 |
9699
| 5.5.0 | 5.5.0.1 | delete commands not supported | elastic5.5.0 |
100+
| 5.5.1 | 5.5.1.0 | delete commands not supported | elastic5.5.1 |
97101

98102
### Elasticsearch 1.x
99103
````
@@ -172,6 +176,11 @@ Versions
172176
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.4.5.0/elasticsearch-sql-2.4.5.0.zip
173177
````
174178

179+
### Elasticsearch 2.4.6
180+
````
181+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.4.6.0/elasticsearch-sql-2.4.6.0.zip
182+
````
183+
175184

176185
### Elasticsearch 5.0.1
177186
````
@@ -248,6 +257,11 @@ Versions
248257
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.0.0/elasticsearch-sql-5.5.0.1.zip
249258
````
250259

260+
### Elasticsearch 5.5.1
261+
````
262+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.5.1.0/elasticsearch-sql-5.5.1.0.zip
263+
````
264+
251265
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}`.
252266

253267
## Basic Usage

0 commit comments

Comments
 (0)