On Jan 8, 2008, at 10:58 AM, Kirk Beers wrote:


curl http://localhost:8080/solr/update -H "Content-Type:text/xml" -- data-binary '/<add allowDups="false" overwriteCommitted="true" overwritePending="true"><doc><field name="entryId">0001</ field><field name="title">Title</field><field name="content">It was the best of times it was the worst of times blah blah blah</field></ doc></add>'


Why the / after the first single quote?


Reply via email to