File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 81
81
82
82
| Elasticsearch | Plugin | Release date |
83
83
| -------------- | -------------- | ------------ |
84
+ | 2.0.1 | 2.0.1.0 | Dec 15, 2015 |
84
85
| 2.0.0 | 2.0.0.0 | Nov 12, 2015 |
85
86
| 2.0.0-beta2 | 2.0.0-beta2.0 | Sep 19, 2015 |
86
87
| 1.6.0 | 1.6.0.0 | Jul 1, 2015 |
99
100
100
101
## Installation Elasticsearch 2.x
101
102
102
- ./bin/plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-langdetect/2.0.0 .0/elasticsearch-langdetect-2.0.0 .0-plugin.zip
103
+ ./bin/plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-langdetect/2.0.1 .0/elasticsearch-langdetect-2.0.1 .0-plugin.zip
103
104
104
105
Do not forget to restart the node after installing.
105
106
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >org.xbib.elasticsearch.plugin</groupId >
9
9
<artifactId >elasticsearch-langdetect</artifactId >
10
- <version >2.0.0 .0</version >
10
+ <version >2.0.1 .0</version >
11
11
12
12
<packaging >jar</packaging >
13
13
69
69
<github .global.server>github</github .global.server>
70
70
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
71
71
<java .compiler.version>1.7</java .compiler.version>
72
- <elasticsearch .version>2.0.0 </elasticsearch .version>
72
+ <elasticsearch .version>2.0.1 </elasticsearch .version>
73
73
<jackson .version>2.5.3</jackson .version>
74
74
</properties >
75
75
You can’t perform that action at this time.
0 commit comments