This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ Mapper Attachments Type for Elasticsearch
3
3
4
4
The mapper attachments plugin adds the ` attachment ` type to Elasticsearch using [ Apache Tika] ( http://lucene.apache.org/tika/ ) .
5
5
6
- In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.9.0 ` .
6
+ In order to install the plugin, simply run: ` bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/2.0.0.RC1 ` .
7
7
8
8
| Attachment Mapper Plugin | elasticsearch | Tika | Release date |
9
9
| -----------------------------| -----------------------| --------| :------------:|
10
- | 2.0.0.RC1-SNAPSHOT (master) | 1.0.0.RC1 -> master | 1.4 | |
10
+ | 2.0.0-SNAPSHOT (master) | 1.0.0.RC1 -> master | 1.4 | |
11
+ | 2.0.0.RC1 | 1.0.0.RC1 -> master | 1.4 | 2014-01-15 |
11
12
| 1.10.0-SNAPSHOT (1.x) | 0.90.3 -> 0.90 | 1.4 | |
12
13
| 1.9.0 | 0.90.3 -> 0.90 | 1.4 | 2013-08-20 |
13
14
| 1.8.0 | 0.90.3 -> 0.90 | 1.2 | 2013-08-07 |
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >org.elasticsearch</groupId >
8
8
<artifactId >elasticsearch-mapper-attachments</artifactId >
9
- <version >2.0.0.RC1-SNAPSHOT </version >
9
+ <version >2.0.0.RC1</version >
10
10
<packaging >jar</packaging >
11
11
<description >Mapper Attachments Type for ElasticSearch</description >
12
12
<inceptionYear >2009</inceptionYear >
30
30
</parent >
31
31
32
32
<properties >
33
- <elasticsearch .version>1.0.0.RC1-SNAPSHOT </elasticsearch .version>
33
+ <elasticsearch .version>1.0.0.RC1</elasticsearch .version>
34
34
<lucene .version>4.6.0</lucene .version>
35
35
<tests .jvms>1</tests .jvms>
36
36
<tests .shuffle>true</tests .shuffle>
You can’t perform that action at this time.
0 commit comments