Skip to content

shairontoledo/elasticsearch-attachment-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

#ElasticSearch mapper-attachment plugin test case It's a java port from Lukáš Vlček's blog posted script

##Maven dependency for elasticsearch-mapper-attachments 1.0.0

Downloaded from

bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.0.0

Or add 0.17.6 to pom.xml

<dependency>
  <groupId>org.elasticsearch</groupId>
  <artifactId>elasticsearch-mapper-attachments</artifactId>
  <version>0.17.6</version>
</dependency>

##Mapper plugin register at main/resources/es-plugin.properties

plugin=org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages