Skip to content

Commit 2d7572f

Browse files
committed
2.3.0 release
1 parent bb540c0 commit 2d7572f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Elasticsearch-SQL
88
**2.1.2** [![2.1.2 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.1.2)](https://travis-ci.org/NLPchina/elasticsearch-sql)
99
**2.2.0** [![2.2.0 Build Status](https://travis-ci.org/NLPchina/elasticsearch-sql.svg?branch=elastic2.2.0)](https://travis-ci.org/NLPchina/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)
11+
**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)
1112

1213
Query elasticsearch using familiar SQL syntax.
1314
You can also use ES functions in SQL.
@@ -35,6 +36,7 @@ Versions
3536
| 2.1.2 | 2.1.2.0 | delete commands not supported | elastic2.1.2 |
3637
| 2.2.0 | 2.2.0.1 | delete commands not supported | elastic2.2.0 |
3738
| 2.2.1 | 2.2.1.0 | delete commands not supported | elastic2.2.1 |
39+
| 2.3.0 | 2.3.0.0 | delete commands not supported | elastic2.3.0 |
3840

3941
### Elasticsearch 1.X
4042
````
@@ -64,6 +66,11 @@ Versions
6466
````
6567
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.2.1.0/elasticsearch-sql-2.2.1.0.zip
6668
````
69+
### Elasticsearch 2.3.0
70+
````
71+
./bin/plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/2.3.0.0/elasticsearch-sql-2.3.0.0.zip
72+
````
73+
6774
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}`.
6875

6976
## Basic Usage

0 commit comments

Comments
 (0)