release 1.4.0
This commit is contained in:
parent
c1df26e4e9
commit
66b96cb994
|
@ -3,13 +3,15 @@ Mapper Attachments Type for ElasticSearch
|
|||
|
||||
The mapper attachments plugin adds the `attachment` type to ElasticSearch using Tika.
|
||||
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.3.0`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.4.0`.
|
||||
|
||||
------------------------------------------------------
|
||||
| Attachment Mapper Plugin | ElasticSearch | Tika |
|
||||
------------------------------------------------------
|
||||
| master | 0.19 -> master | 1.1 |
|
||||
------------------------------------------------------
|
||||
| 1.4.0 | 0.19 -> master | 1.1 |
|
||||
------------------------------------------------------
|
||||
| 1.3.0 | 0.19 -> master | 1.0 |
|
||||
------------------------------------------------------
|
||||
| 1.2.0 | 0.19 -> master | 1.0 |
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-mapper-attachments</artifactId>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
<version>1.4.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>Mapper Attachments Type for ElasticSearch</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
|
Loading…
Reference in New Issue