e

elasticsearch-mapper-attachments

The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.
https://github.com/elasticsearch/elasticsearch-mapper-attachments/
The Apache Software License, Version 2.0
Files download
File Operation
elasticsearch-mapper-attachments-2.2.0.jar download
elasticsearch-mapper-attachments-2.2.0.pom download
elasticsearch-mapper-attachments-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.elasticsearch</groupId>
  <artifactId>elasticsearch-mapper-attachments</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch:elasticsearch-mapper-attachments:2.2.0'
Gradle Kotlin
implementation("org.elasticsearch:elasticsearch-mapper-attachments:2.2.0")
Scala SBT
libraryDependencies += "org.elasticsearch" % "elasticsearch-mapper-attachments" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch', module='elasticsearch-mapper-attachments', version='2.2.0')
)
Apache Ivy
<dependency org="org.elasticsearch" name="elasticsearch-mapper-attachments" rev="2.2.0" />
Leiningen
[org.elasticsearch/elasticsearch-mapper-attachments "2.2.0"]
Apache Buildr
'org.elasticsearch:elasticsearch-mapper-attachments:jar:2.2.0'