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 2010/09/01 21:35:42 UTC

[Solr Wiki] Trivial Update of "ExtractingRequestHandler" by EricPugh

Dear Wiki user,

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

The "ExtractingRequestHandler" page has been changed by EricPugh.
The comment on this change is: Match the same multipartUploadLimitInKB defined in example app solrconfig.xml.
http://wiki.apache.org/solr/ExtractingRequestHandler?action=diff&rev1=61&rev2=62

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

  You may also need to adjust the {{{multipartUploadLimitInKB}}} attribute as follows if you are submitting very large documents. 
  {{{
    <requestDispatcher handleSelect="true" >
-     <requestParsers enableRemoteStreaming="{true|false}" multipartUploadLimitInKB="20480" />
+     <requestParsers enableRemoteStreaming="{true|false}" multipartUploadLimitInKB="2048000" />
      ....
  }}}