m

mapper-attachments

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