Never fails.  Take the time to post this message, only to discover the answer
on my own a few minutes later.

The solution is to surround the -Durl value in double quotes.  For example:

java
-Durl="http://localhost:8983/solr/contacts/update/csv?f.address.split=true&f.address.separator=%7C";
-Dtype=text/csv -jar post.jar contact_test.csv

works perfectly.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Problem-indexing-CSV-files-using-post-jar-with-multivalue-fields-tp4009905p4009907.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to