Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by BrianWhitman:
http://wiki.apache.org/solr/UpdateXmlMessages

The comment on the change is:
removing / in curl syntax

------------------------------------------------------------------------------
  You can use curl to send any of the above commands. For example:
  
  {{{
- curl http://<hostname>:<port>/update -H "Content-Type: text/xml" 
--data-binary '/<add allowDups="false" overwriteCommitted="true" 
overwritePending="true">
+ curl http://<hostname>:<port>/update -H "Content-Type: text/xml" 
--data-binary '<add allowDups="false" overwriteCommitted="true" 
overwritePending="true">
  <doc boost="2.5"> <field name="employeeId">05991</field>
  <field name="office" boost="2.0">Bridgewater</field> </doc> </add>'
  }}}

Reply via email to