m

mapper-attachments

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