m

mapper-attachments

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