Skip to content

Commit d8f1e0e

Browse files
committed
new release , new version to support limited join and more features
1 parent 8d5e783 commit d8f1e0e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Elasticsearch-SQL
44
Query elasticsearch using familiar SQL syntax.
55
You can also use ES functions in SQL.
66

7+
**Check out our [wiki!](https://github.com/NLPchina/elasticsearch-sql/wiki)**
78

89

910
## Web frontend overview
@@ -17,7 +18,7 @@ Install as plugin:
1718

1819
### Elasticsearch 1.6.X
1920
````
20-
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.3.5/elasticsearch-sql-1.3.5.zip --install sql
21+
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4/elasticsearch-sql-1.4.zip --install sql
2122
````
2223

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.nlpcn</groupId>
55
<artifactId>elasticsearch-sql</artifactId>
6-
<version>1.3.5</version>
6+
<version>1.4</version>
77
<packaging>jar</packaging>
88
<description>Query elasticsearch using SQL</description>
99
<name>elasticsearch-sql</name>

0 commit comments

Comments
 (0)