Skip to content

Commit f31d37b

Browse files
committed
Update README for 3.0.0-SNAPSHOT
Related to elastic#151
1 parent 7dfaef4 commit f31d37b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Mapper Attachments Type for Elasticsearch
33

44
The mapper attachments plugin adds the `attachment` type to Elasticsearch using [Apache Tika](http://lucene.apache.org/tika/).
55
The `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

88
In order to install the plugin, run:
99

@@ -16,6 +16,7 @@ You need to install a version matching your Elasticsearch version:
1616
| Elasticsearch | Attachments Plugin| Docs |
1717
|------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------|
1818
| master | Build from source | See below |
19+
| es-2.0 | Build from source | [3.0.0-SNAPSHOT](https://github.com/elastic/elasticsearch-mapper-attachments/tree/es-2.0/#version-300-SNAPSHOT-for-elasticsearch-20) |
1920
| 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) |
2021
| 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) |
2122
| 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) |

0 commit comments

Comments
 (0)