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 2009/12/07 16:41:09 UTC

[Solr Wiki] Update of "ContentStream" by GrantIngersoll

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 GrantIngersoll.
http://wiki.apache.org/solr/ContentStream?action=diff&rev1=4&rev2=5

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

    <requestParsers enableRemoteStreaming="true" multipartUploadLimitInKB="2048" />
  }}}
  
+ Example:
+ {{{
+ curl http://localhost:8983/solr/update/csv?stream.file=exampledocs/books.csv&stream.contentType=text/plain;charset=utf-8
+ }}}
+ 
  
  == Debugging ==