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

------------------------------------------------------------------------------
   * For Multipart file upload, each file is passed as a stream.
   * For POST requests where the content-type is not 
"application/x-www-form-urlencoded", the raw POST body is passed as a stream.
   * The contents of parameter "stream.body" is passed as a stream.
-  * If remote streaming is enabled, the contents of "stream.url" is fetched 
and 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].
  

Reply via email to