While I submit documents to Solr if Request-Handler is /update I can't submit csv and json files but I can submit xml files.
I have changed Request-Handler to /update/extract. Now I can submit csv,json and xml files. But the problem is when I execute the query I can see the informations about file not the things inside the file.
You can see the outputs: https://ibb.co/eoTQaF
Now, I want to submit csv, json and xml files but I want to see the content of the files too. Do you have any idea ??