e

elasticsearch-mapper-attachments

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