Reputation: 136
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 ??
Upvotes: 0
Views: 89
Reputation:
You can use /update/extract in Request-Handler (qt) instead of only /update. You can submit your json or csv files with this way.
Upvotes: 1