Skip to content

Commit

Permalink
update to es2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bells committed Jun 1, 2016
1 parent 10f62df commit 8cbaf81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ Version

dynamic synonym version | ES version
-----------|-----------
master | 1.6.0 -> master
master| 2.3.X
2.3.0 | 2.3.0
2.2.0 | 2.2.0
2.1.0 | 2.1.0
2.0.0 | 2.0.0
1.6.0 | 1.6.0

Installation
--------------
Expand Down Expand Up @@ -47,9 +52,13 @@ Example
```
说明:
`synonyms_path` 是必须要配置的,根据它的值是否是以`http://`开头来判断是本地文件,还是远程文件。

`interval` 非必须配置的,默认值是60,单位秒,表示间隔多少秒去检查同义词文件是否有更新。
`ignore_case` 非必须配置的, 默认值是false
`expand` 非必须配置的, 默认值是true

`ignore_case` 非必须配置的, 默认值是false。

`expand` 非必须配置的, 默认值是true。

`format` 非必须配置的, 默认值是空字符串, 如果为wordnet,则表示WordNet结构的同义词。


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<groupId>com.bellszhu.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-dynamic-synonym</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<packaging>jar</packaging>
<name>elasticsearch-dynamic-synonym</name>
<description>Analysis-plugin for synonym</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<elasticsearch.version>2.2.0</elasticsearch.version>
<elasticsearch.version>2.3.0</elasticsearch.version>
<maven.compiler.target>1.7</maven.compiler.target>
<elasticsearch.plugin.name>analysis-dynamic-synonym</elasticsearch.plugin.name>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
Expand Down

0 comments on commit 8cbaf81

Please sign in to comment.