简体   繁体   中英

How to use mapper attachment plugin with JAVA API in elasticsearch

I had executed basic program of indexing and searching with JAVA API in elasticsearch. Now I want to index the doc, pdf, pptx file for that purpose I need to include Mapper Attachment plugin. For using mapper Attachment plugin with JAVA API I am looking for tutorial or sample program.
Thank you for contribution.

Basically, just add mapper jar to your classpath and when you will start a node, it will be picked up.

Have a look at what we did in scrutmydocs project. It's somehow what you are trying to do.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM