@@ -3,36 +3,13 @@ Mapper Attachments Type for Elasticsearch
33
44The mapper attachments plugin adds the ` attachment ` type to Elasticsearch using [ Apache Tika] ( http://lucene.apache.org/tika/ ) .
55The ` attachment ` type allows to index different "attachment" type field (encoded as ` base64 ` ), for example,
6- microsoft office formats, open document formats, ePub, HTML, and so on (full list can be found [ here] ( http://tika.apache.org/1.8 /formats.html ) ).
6+ microsoft office formats, open document formats, ePub, HTML, and so on (full list can be found [ here] ( http://tika.apache.org/1.10 /formats.html ) ).
77
8- In order to install the plugin, run:
8+ ## Version 3.0.0-SNAPSHOT for Elasticsearch: 2.0
99
10- ``` sh
11- bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.7.0
12- ```
10+ If you are looking for another version documentation, please refer to the
11+ [ compatibility matrix] ( https://github.com/elasticsearch/elasticsearch-mapper-attachments/#mapper-attachments-type-for-elasticsearch ) .
1312
14- You need to install a version matching your Elasticsearch version:
15-
16- | Elasticsearch | Attachments Plugin| Docs |
17- | ------------------------| -------------------| ------------------------------------------------------------------------------------------------------------------------------------|
18- | master | Build from source | See below |
19- | es-1.7 | 2.7.0 | [ 2.7.0] ( https://github.com/elastic/elasticsearch-mapper-attachments/tree/v2.7.0/#version-270-for-elasticsearch-17 ) |
20- | es-1.6 | 2.6.0 | [ 2.6.0] ( https://github.com/elastic/elasticsearch-mapper-attachments/tree/v2.6.0/#version-260-for-elasticsearch-16 ) |
21- | es-1.5 | 2.5.0 | [ 2.5.0] ( https://github.com/elastic/elasticsearch-mapper-attachments/tree/v2.5.0/#version-250-for-elasticsearch-15 ) |
22- | es-1.4 | 2.4.3 | [ 2.4.3] ( https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.4.3/#version-243-for-elasticsearch-14 ) |
23- | es-1.3 | 2.3.2 | [ 2.3.2] ( https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.3.2/#version-232-for-elasticsearch-13 ) |
24- | es-1.2 | 2.2.1 | [ 2.2.1] ( https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.2.1/#version-221-for-elasticsearch-12 ) |
25- | es-1.1 | 2.0.0 | [ 2.0.0] ( https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.0.0/#mapper-attachments-type-for-elasticsearch ) |
26- | es-1.0 | 2.0.0 | [ 2.0.0] ( https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v2.0.0/#mapper-attachments-type-for-elasticsearch ) |
27- | es-0.90 | 1.9.0 | [ 1.9.0] ( https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/v1.9.0/#mapper-attachments-type-for-elasticsearch ) |
28-
29- To build a ` SNAPSHOT ` version, you need to build it with Maven:
30-
31- ``` bash
32- mvn clean install
33- plugin --install mapper-attachments \
34- --url file:target/releases/elasticsearch-mapper-attachments-X.X.X-SNAPSHOT.zip
35- ```
3613
3714Using mapper attachments
3815------------------------
@@ -385,7 +362,7 @@ License
385362
386363 This software is licensed under the Apache 2 license, quoted below.
387364
388- Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>
365+ Copyright 2009-2015 Elasticsearch <http://www.elasticsearch.org>
389366
390367 Licensed under the Apache License, Version 2.0 (the "License"); you may not
391368 use this file except in compliance with the License. You may obtain a copy of
0 commit comments