e

elasticsearch-mapper-attachments

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