Skip to content

Commit 11abd61

Browse files
committed
update README.md
1 parent 3d5cab3 commit 11abd61

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Elasticsearch-SQL
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)
2020
**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)
21+
**9.3.0** [![9.3.0 Build Status](https://github.com/NLPchina/elasticsearch-sql/actions/workflows/actions.yml/badge.svg?branch=elastic9.3.0)](https://github.com/NLPchina/elasticsearch-sql/actions/workflows/actions.yml)
2222
**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.
@@ -315,6 +315,7 @@ Versions
315315
| 9.2.3 | 9.2.3.0 | | elastic9.2.3 |
316316
| 9.2.4 | 9.2.4.0 | | elastic9.2.4 |
317317
| 9.2.5 | 9.2.5.0 | | elastic9.2.5 |
318+
| 9.3.0 | 9.3.0.0 | | elastic9.3.0 |
318319

319320
### Elasticsearch 1.x
320321
````
@@ -1659,6 +1660,11 @@ Versions
16591660
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.2.5/elasticsearch-sql-9.2.5.0.zip
16601661
````
16611662

1663+
### Elasticsearch 9.3.0
1664+
````
1665+
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v9.3.0/elasticsearch-sql-9.3.0.0.zip
1666+
````
1667+
16621668
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}`.
16631669

16641670
## Basic Usage

0 commit comments

Comments
 (0)