release 1.3.0
This commit is contained in:
parent
cf7ce9f407
commit
1007d595a9
|
@ -3,12 +3,14 @@ Stempel (Polish) Analysis for 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.2.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.3.0`.
|
||||
|
||||
--------------------------------------------------
|
||||
| Stempel Analysis Plugin | ElasticSearch |
|
||||
--------------------------------------------------
|
||||
| master | 0.21 -> master |
|
||||
| master | 0.90 -> master |
|
||||
--------------------------------------------------
|
||||
| 1.3.0 | 0.90 -> master |
|
||||
--------------------------------------------------
|
||||
| 1.2.0 | 0.19 -> 0.20 |
|
||||
--------------------------------------------------
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-analysis-stempel</artifactId>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<version>1.3.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>Stempel (Polish) Analysis for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</parent>
|
||||
|
||||
<properties>
|
||||
<elasticsearch.version>0.21.0.Beta1-SNAPSHOT</elasticsearch.version>
|
||||
<elasticsearch.version>0.90.0.Beta1</elasticsearch.version>
|
||||
<lucene.version>4.1.0</lucene.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<useProjectArtifact>true</useProjectArtifact>
|
||||
<useTransitiveFiltering>true</useTransitiveFiltering>
|
||||
<includes>
|
||||
<include>org.apache.lucene:lucene-stempel</include>
|
||||
<include>org.apache.lucene:lucene-analyzers-stempel</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
|
|
Loading…
Reference in New Issue