Skip to content

Commit d0fa95c

Browse files
committed
explain versions
1 parent 6b470ca commit d0fa95c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,22 @@ You can also use ES functions in SQL.
1616
## SETUP
1717

1818
Install as plugin:
19+
Versions
20+
------------
1921

20-
### Elasticsearch 1.6.X
22+
| elasticsearch version | latest version | remarks |
23+
| --------------------- | ------------- | ----------------------------- |
24+
| 1.X | 1.4.5 | tested against elastic 1.4-1.6 |
25+
| 2.0.0 | 2.0.0 | delete commands not supported |
26+
27+
### Elasticsearch 1.X
2128
````
2229
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.5/elasticsearch-sql-1.4.5.zip --install sql
2330
````
24-
31+
### Elasticsearch 2.0.0
32+
````
33+
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/2.0.0/elasticsearch-sql-2.0.0.zip --install sql
34+
````
2535
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}`.
2636

2737
## Basic Usage

0 commit comments

Comments
 (0)