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.4.2.jar download
elasticsearch-mapper-attachments-2.4.2.pom download
elasticsearch-mapper-attachments-2.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.elasticsearch</groupId>
  <artifactId>elasticsearch-mapper-attachments</artifactId>
  <version>2.4.2</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch:elasticsearch-mapper-attachments:2.4.2'
Gradle Kotlin
implementation("org.elasticsearch:elasticsearch-mapper-attachments:2.4.2")
Scala SBT
libraryDependencies += "org.elasticsearch" % "elasticsearch-mapper-attachments" % "2.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch', module='elasticsearch-mapper-attachments', version='2.4.2')
)
Apache Ivy
<dependency org="org.elasticsearch" name="elasticsearch-mapper-attachments" rev="2.4.2" />
Leiningen
[org.elasticsearch/elasticsearch-mapper-attachments "2.4.2"]
Apache Buildr
'org.elasticsearch:elasticsearch-mapper-attachments:jar:2.4.2'