Skip to content

Commit

Permalink
new version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranmoyal committed Oct 17, 2015
1 parent fc7e953 commit 20cea80
Show file tree
Hide file tree
Showing 2 changed files with 7 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.3/elasticsearch-sql-1.4.3.zip --install sql
./bin/plugin -u https://github.com/NLPchina/elasticsearch-sql/releases/download/1.4.4/elasticsearch-sql-1.4.4.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
7 changes: 6 additions & 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.3</version>
<version>1.4.4</version>
<packaging>jar</packaging>
<description>Query elasticsearch using SQL</description>
<name>elasticsearch-sql</name>
Expand All @@ -27,6 +27,11 @@
<name>Omer shelef</name>
<email>[email protected]</email>
</developer>
<developer>
<id>eliranmoyal</id>
<name>Eliran Moyal</name>
<email>[email protected]</email>
</developer>
</developers>

<distributionManagement>
Expand Down

0 comments on commit 20cea80

Please sign in to comment.