Dear Wiki user,

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

The "ContentStream" page has been changed by RobertMuir.
The comment on this change is: update trunk location.
http://wiki.apache.org/solr/ContentStream?action=diff&rev1=5&rev2=6

--------------------------------------------------

   * The contents of parameter "stream.body" is passed as a stream.
   * If remote streaming is enabled, the contents of each "stream.url" and 
"stream.file" parameters are fetched and passed as a stream
  
- If the contentType is "application/x-www-form-urlencoded" the full POST body 
is parsed as parameters and inlcuded in the  
[[http://svn.apache.org/repos/asf/lucene/solr/trunk/src/java/org/apache/solr/request/SolrParams.java|SolrParams]].
+ If the contentType is "application/x-www-form-urlencoded" the full POST body 
is parsed as parameters and inlcuded in the  
[[http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/src/java/org/apache/solr/request/SolrParams.java|SolrParams]].
  
  By default, curl sends a contentType="application/x-www-form-urlencoded" 
header.  If you need to test a SolrRequestHandler content stream, you will need 
to set the content type with the "-H" flag.  For example:
  

Reply via email to