how to store video/audio files in elasticsearch
We do not recommend this as ES is not a binary store.
so what is the solution,can we use spark/scala/java with elastic search for this....please help
What's wrong with a filesystem?
using spark-scala and for storing elasticsearch
i want to store pdf files also in elastic search using scala, so can you please give me any solution
Do you want to store?
If yes, use a datastore like a shared FS, HDFS or whatever DB which can deal with blobs.
Do you want to index PDF content or file metadata?
You can use ingest-attachment plugin or give a look at FSCrawler project where you can also find some Java code.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.