Skip to content

Commit

Permalink
new version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranmoyal committed Oct 30, 2015
1 parent 7e153cb commit daf7cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install as plugin:

### Elasticsearch 1.6.X
````
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.4/elasticsearch-sql-1.4.4.zip --install sql
r./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.5/elasticsearch-sql-1.4.5.zip --install sql
````

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}`.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.nlpcn</groupId>
<artifactId>elasticsearch-sql</artifactId>
<version>1.4.4</version>
<version>1.4.5</version>
<packaging>jar</packaging>
<description>Query elasticsearch using SQL</description>
<name>elasticsearch-sql</name>
Expand Down

0 comments on commit daf7cbd

Please sign in to comment.