Skip to content

Commit bc8fec8

Browse files
committed
update README.md
1 parent fcb0743 commit bc8fec8

File tree

1 file changed

+57
-3
lines changed

1 file changed

+57
-3
lines changed

README.md

Lines changed: 57 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Elasticsearch-SQL
1717

1818
**6.8.23** [![6.8.23 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic6.8.23)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
1919
**7.17.28** [![7.17.28 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.28)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
20-
**8.19.4** [![8.19.4 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.19.4)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
21-
**9.1.4** [![9.1.4 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic9.1.4)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
22-
**master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
20+
**8.19.11** [![8.19.11 Build Status](https://github.com/NLPchina/elasticsearch-sql/actions/workflows/actions.yml/badge.svg?branch=elastic8.19.11)](https://github.com/NLPchina/elasticsearch-sql/actions/workflows/actions.yml)
21+
**9.2.5** [![9.2.5 Build Status](https://github.com/NLPchina/elasticsearch-sql/actions/workflows/actions.yml/badge.svg?branch=elastic9.2.5)](https://github.com/NLPchina/elasticsearch-sql/actions/workflows/actions.yml)
22+
**master** [![master Build Status](https://github.com/NLPchina/elasticsearch-sql/actions/workflows/actions.yml/badge.svg?branch=master)](https://github.com/NLPchina/elasticsearch-sql/actions/workflows/actions.yml)
2323

2424
Query elasticsearch using familiar SQL syntax.
2525
You can also use ES functions in SQL.
@@ -293,6 +293,9 @@ Versions
293293
| 8.19.2 | 8.19.2.0 | | elastic8.19.2|
294294
| 8.19.3 | 8.19.3.0 | | elastic8.19.3|
295295
| 8.19.4 | 8.19.4.0 | | elastic8.19.4|
296+
| 8.19.9 | 8.19.9.0 | | elastic8.19.9|
297+
| 8.19.10 | 8.19.10.0 | |elastic8.19.10|
298+
| 8.19.11 | 8.19.11.0 | |elastic8.19.11|
296299
| 9.0.0 | 9.0.0.0 | | elastic9.0.0 |
297300
| 9.0.1 | 9.0.1.0 | | elastic9.0.1 |
298301
| 9.0.2 | 9.0.2.0 | | elastic9.0.2 |
@@ -306,6 +309,12 @@ Versions
306309
| 9.1.2 | 9.1.2.0 | | elastic9.1.2 |
307310
| 9.1.3 | 9.1.3.0 | | elastic9.1.3 |
308311
| 9.1.4 | 9.1.4.0 | | elastic9.1.4 |
312+
| 9.1.8 | 9.1.8.0 | | elastic9.1.8 |
313+
| 9.1.9 | 9.1.9.0 | | elastic9.1.9 |
314+
| 9.1.10 | 9.1.10.0 | | elastic9.1.10|
315+
| 9.2.3 | 9.2.3.0 | | elastic9.2.3 |
316+
| 9.2.4 | 9.2.4.0 | | elastic9.2.4 |
317+
| 9.2.5 | 9.2.5.0 | | elastic9.2.5 |
309318

310319
### Elasticsearch 1.x
311320
````
@@ -1540,6 +1549,21 @@ Versions
15401549
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.19.4/elasticsearch-sql-8.19.4.0.zip
15411550
````
15421551

1552+
### Elasticsearch 8.19.9
1553+
````
1554+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.19.9/elasticsearch-sql-8.19.9.0.zip
1555+
````
1556+
1557+
### Elasticsearch 8.19.10
1558+
````
1559+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.19.10/elasticsearch-sql-8.19.10.0.zip
1560+
````
1561+
1562+
### Elasticsearch 8.19.11
1563+
````
1564+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.19.11/elasticsearch-sql-8.19.11.0.zip
1565+
````
1566+
15431567
### Elasticsearch 9.0.0
15441568
````
15451569
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.0.0/elasticsearch-sql-9.0.0.0.zip
@@ -1605,6 +1629,36 @@ Versions
16051629
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.1.4/elasticsearch-sql-9.1.4.0.zip
16061630
````
16071631

1632+
### Elasticsearch 9.1.8
1633+
````
1634+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.1.8/elasticsearch-sql-9.1.8.0.zip
1635+
````
1636+
1637+
### Elasticsearch 9.1.9
1638+
````
1639+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.1.9/elasticsearch-sql-9.1.9.0.zip
1640+
````
1641+
1642+
### Elasticsearch 9.1.10
1643+
````
1644+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.1.10/elasticsearch-sql-9.1.10.0.zip
1645+
````
1646+
1647+
### Elasticsearch 9.2.3
1648+
````
1649+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.2.3/elasticsearch-sql-9.2.3.0.zip
1650+
````
1651+
1652+
### Elasticsearch 9.2.4
1653+
````
1654+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.2.4/elasticsearch-sql-9.2.4.0.zip
1655+
````
1656+
1657+
### Elasticsearch 9.2.5
1658+
````
1659+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.2.5/elasticsearch-sql-9.2.5.0.zip
1660+
````
1661+
16081662
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}`.
16091663

16101664
## Basic Usage

0 commit comments

Comments
 (0)