Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yuan committed Aug 19, 2024
1 parent 26102a0 commit 74f603f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Elasticsearch-SQL

**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)
**7.17.22** [![7.17.22 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic7.17.22)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
**8.12.2** [![8.12.2 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.12.2)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
**8.13.0** [![8.13.0 Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=elastic8.13.0)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)
**master** [![master Build Status](https://travis-ci.com/NLPchina/elasticsearch-sql.svg?branch=master)](https://travis-ci.com/github/NLPchina/elasticsearch-sql)

Query elasticsearch using familiar SQL syntax.
Expand Down Expand Up @@ -248,6 +248,7 @@ Versions
| 8.12.0 | 8.12.0.0 | | elastic8.12.0|
| 8.12.1 | 8.12.1.0 | | elastic8.12.1|
| 8.12.2 | 8.12.2.0 | | elastic8.12.2|
| 8.13.0 | 8.13.0.0 | | elastic8.13.0|

### Elasticsearch 1.x
````
Expand Down Expand Up @@ -1262,6 +1263,11 @@ Versions
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.12.2/elasticsearch-sql-8.12.2.0.zip
````

### Elasticsearch 8.13.0
````
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/v8.13.0/elasticsearch-sql-8.13.0.0.zip
````

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

## Basic Usage
Expand Down

0 comments on commit 74f603f

Please sign in to comment.