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 1.6.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add elasticsearch-mapper-attachments-1.6.0.jar to your project.
<dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch-mapper-attachments</artifactId> <version>1.6.0</version> </dependency>
compile group: 'org.elasticsearch', name: 'elasticsearch-mapper-attachments', version: '1.6.0'
libraryDependencies += "org.elasticsearch" % "elasticsearch-mapper-attachments" % "1.6.0"
<dependency org="org.elasticsearch" name="elasticsearch-mapper-attachments" rev="1.6.0"/>
@Grapes(@Grab(group='org.elasticsearch', module='elasticsearch-mapper-attachments', version='1.6.0'))
'org.elasticsearch:elasticsearch-mapper-attachments:jar:1.6.0'
Click the following link to download the jar file.
elasticsearch-mapper-attachments-1.6.0-sources.jar