release 1.2.0
This commit is contained in:
parent
8a38076e68
commit
64414d7372
|
@ -3,13 +3,15 @@ Stempel (Polish) Analysis for ElasticSearch
|
||||||
|
|
||||||
The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.
|
The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.
|
||||||
|
|
||||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.1.0`.
|
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.2.0`.
|
||||||
|
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
| Stempel Analysis Plugin | ElasticSearch |
|
| Stempel Analysis Plugin | ElasticSearch |
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
| master | 0.19 -> master |
|
| master | 0.19 -> master |
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
| 1.2.0 | 0.19 -> master |
|
||||||
|
--------------------------------------------------
|
||||||
| 1.1.0 | 0.19 -> master |
|
| 1.1.0 | 0.19 -> master |
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
| 1.0.0 | 0.18 |
|
| 1.0.0 | 0.18 |
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-analysis-stempel</artifactId>
|
<artifactId>elasticsearch-analysis-stempel</artifactId>
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.2.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<description>Stempel (Polish) Analysis for ElasticSearch</description>
|
<description>Stempel (Polish) Analysis for ElasticSearch</description>
|
||||||
<inceptionYear>2009</inceptionYear>
|
<inceptionYear>2009</inceptionYear>
|
||||||
|
|
Loading…
Reference in New Issue