Download elasticsearch-mapper-attachments-1.7.0.jar file - Jar e

Jar examples for e:elasticsearch-mapper-attachments

Description

The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.

You can download jar file elasticsearch-mapper-attachments 1.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add elasticsearch-mapper-attachments-1.7.0.jar to your project.

<dependency>
   <groupId>org.elasticsearch</groupId>
   <artifactId>elasticsearch-mapper-attachments</artifactId>
   <version>1.7.0</version>
</dependency>
compile group: 'org.elasticsearch', name: 'elasticsearch-mapper-attachments', version: '1.7.0'
libraryDependencies += "org.elasticsearch" % "elasticsearch-mapper-attachments" % "1.7.0"
<dependency org="org.elasticsearch" name="elasticsearch-mapper-attachments" rev="1.7.0"/>
@Grapes(@Grab(group='org.elasticsearch', module='elasticsearch-mapper-attachments', version='1.7.0'))
'org.elasticsearch:elasticsearch-mapper-attachments:jar:1.7.0'

Download

Click the following link to download the jar file.

elasticsearch-mapper-attachments-1.7.0-sources.jar
elasticsearch-mapper-attachments-1.7.0.jar
elasticsearch-mapper-attachments-1.7.0.pom



Related Tutorials