mfatihk
mfatihk

Reputation: 136

Submitting files in Solr

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

Answers (1)

user8269672
user8269672

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

Related Questions