I'm using Solr 1.1. I ran: post.sh vidcard.xml (with URL modified in post.sh) then got an error: Posting file vidcard.xml to http://localhost:28080/solr/update <result status="400">ERROR: multiple values encountered for non multiValued field text: f\ irst='ASUS Extreme N7800GTX/2DHTV (256 MB)' second='ASUS Computer Inc.'</result> <result status="0"></result>
Posting other sample xml files shows the same errors, claiming that the string in the "name" and the string in the "manu" field are multiple values. But each <doc> has only one <field> of that name. What can this mean? -kuro