m

mapper-attachments

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