Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Commit

Permalink
update to support es v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Jul 16, 2016
1 parent 34fe056 commit 70516b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ String2Integer Analysis for Elasticsearch
--------------------------------------------------
| String2Integer Analysis Plugin| Elasticsearch |
--------------------------------------------------
| 1.5.4 | 2.3.4 |
--------------------------------------------------
| 1.5.3 | 2.3.3 |
--------------------------------------------------
| 1.4.1 | 2.2.1 |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.infinitbyte</groupId>
<artifactId>elasticsearch-analysis-string2int</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
<packaging>jar</packaging>
<inceptionYear>2012</inceptionYear>
<url>http://log.medcl.net</url>
Expand All @@ -32,7 +32,7 @@
</parent>

<properties>
<elasticsearch.version>2.3.3</elasticsearch.version>
<elasticsearch.version>2.3.4</elasticsearch.version>
<maven.compiler.target>1.7</maven.compiler.target>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<elasticsearch.plugin.name>analysis-string2int</elasticsearch.plugin.name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* Time: 上午9:29
*/
public class RedisHanlderTest {
@Test
public void testAddNewItem() throws Exception {

RedisHanlder redisHanlder=RedisHanlder.getInstance("localhost",6379,true,false);
Expand Down

0 comments on commit 70516b4

Please sign in to comment.