Skip to content

Commit dc4c314

Browse files
committed
Update readme install documentation to the new release
1 parent c589631 commit dc4c314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install as plugin:
1818
###Elasticsearch 1.4.X
1919
````
2020
21-
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.2/elasticsearch-sql-1.2.zip --install sql
21+
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.3/elasticsearch-sql-1.3.zip --install sql
2222
2323
````
2424
## Basic Usuage
@@ -52,7 +52,7 @@ http://localhost:9200/_sql/_explain?sql=select * from indexName limit 10
5252
select COUNT(*),SUM(age),MIN(age) as m, MAX(age),AVG(age)
5353
FROM bank GROUP BY gender ORDER BY SUM(age), m DESC
5454

55-
* DELETE
55+
* Delete
5656

5757
DELETE * FROM bank WHERE age >30 AND gender = 'm'
5858

0 commit comments

Comments
 (0)