I'm having trouble importing a tab-delimited file with the csv update handler.

My data file looks like this:

"id" "question" "answer" "url"
"q99" "Who?" "You!" "none"

When I send this data to Solr using Curl:


All seems to be well:

<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">221</int></lst>
</response>


But when I query the development core, there is no data. I must be overlooking something trivial. I would appreciate if anyone could spot what!

  - Rob




Reply via email to