Rest API chunk upload #1572
Unanswered
MohammadBMelhem
asked this question in
Q&A
Replies: 1 comment
-
we don't support this in FSCrawler.
You can use the ingest attachment processor if you wish but that'd require to send the full content as a json to Elasticsearch and may be overload a bit the node. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to use it as rest API on docker, but I have an issue, what if I have a big file of 500MB and I need to index the file as chunks I don't want to load the full file on the memory, any suggestion? thanks,
another question: any reason to index the content as filed and not uses the attachment on elastic?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions