Good detailed mapper attachments example

Hi!
I'm totally new in elastic and want to index a pdf files.
I already installed elastic and other stuff including mapper-attachments plugin.
how can I index a SqlServerDB or just a pdf file?
i have to do it one by one or it can be indexed all of them by loop
Thank's!

You have to send one document by one.
But they can be added in a Bulk request (which is a batch of individual requests).

See also https://github.com/dadoonet/fscrawler

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.