Jar examples for e:elasticsearch-mapper-attachments
The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.
You can download jar file elasticsearch-mapper-attachments 2.5.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add elasticsearch-mapper-attachments-2.5.0.jar to your project.
<dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch-mapper-attachments</artifactId> <version>2.5.0</version> </dependency>
compile group: 'org.elasticsearch', name: 'elasticsearch-mapper-attachments', version: '2.5.0'
libraryDependencies += "org.elasticsearch" % "elasticsearch-mapper-attachments" % "2.5.0"
<dependency org="org.elasticsearch" name="elasticsearch-mapper-attachments" rev="2.5.0"/>
@Grapes(@Grab(group='org.elasticsearch', module='elasticsearch-mapper-attachments', version='2.5.0'))
'org.elasticsearch:elasticsearch-mapper-attachments:jar:2.5.0'
Click the following link to download the jar file.
elasticsearch-mapper-attachments-2.5.0-sources.jar