Skip to content

Commit df8716f

Browse files
committed
Update README.md
1 parent f1e902d commit df8716f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Elasticsearch-SQL
1010
**2.2.1** [![2.2.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.2.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
1111
**2.3.0** [![2.3.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.3.0)](https://travis-ci.org/NLPchina/elasticsearch-sql)
1212
**2.3.1** [![2.3.1 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.3.1)](https://travis-ci.org/NLPchina/elasticsearch-sql)
13+
**2.3.2** [![2.3.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.3.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
1314

1415
Query elasticsearch using familiar SQL syntax.
1516
You can also use ES functions in SQL.
@@ -39,6 +40,7 @@ Versions
3940
| 2.2.1 | 2.2.1.0 | delete commands not supported | elastic2.2.1 |
4041
| 2.3.0 | 2.3.0.0 | delete commands not supported | elastic2.3.0 |
4142
| 2.3.1 | 2.3.1.0 | delete commands not supported | elastic2.3.1 |
43+
| 2.3.2 | 2.3.2.0 | delete commands not supported | elastic2.3.1 |
4244

4345
### Elasticsearch 1.X
4446
````
@@ -76,6 +78,10 @@ Versions
7678
````
7779
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.3.1.0/elasticsearch-sql-2.3.1.0.zip
7880
````
81+
### Elasticsearch 2.3.2
82+
````
83+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.3.2.0/elasticsearch-sql-2.3.2.0.zip
84+
````
7985

8086
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}`.
8187

0 commit comments

Comments
 (0)