I want to sending multiple files to solr using curl.How i can do it ?
I can done with only one file with command for example:
curl "http://localhost:8983/solr/update/extract?literal.id=paas2&commit=true" -F "[email protected]"
Anyone can help me,
Tks