You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/09/18 03:25:29 UTC

[Solr Wiki] Update of "UpdateRichDocuments" by HossMan

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 HossMan:
http://wiki.apache.org/solr/UpdateRichDocuments

------------------------------------------------------------------------------
  
  == Methods of uploading Binary records ==
  Binary records may be uploaded to Solr by sending the data to the /solr/update/rich URL.
- All of the normal methods for [SolrContentStreams uploading content] are supported.
+ All of the normal methods for [:ContentStream:uploading content] are supported.
  
  === Example ===
  These examples assume you have run {{{ant example}}} to generate the example app first and have started Solr up using {{{java -jar start.jar}}}.