Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shairontoledo committed Jan 24, 2012
1 parent dcf87f8 commit a873dcf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Expand Up @@ -6,6 +6,16 @@ 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
plugin=org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin


0 comments on commit a873dcf

Please sign in to comment.