How to increase Size of Document in solr

2012-02-23 Thread Suneel
Hello friends, I am facing a problem during indexing of solr. Indexing successfully working when data size 300 mb but now my data size have increased its around 50 GB when i caching data its taking 8 hours and after that I found that data have not committed i have tried 2 time but same issue

Re: How to increase Size of Document in solr

2012-02-23 Thread bing
Hi, Suneel, There is a configuration in solrconfig.xml that you might need to look at. Following I set the limit as 2GB. requestParsers enableRemoteStreaming=true multipartUploadLimitInKB=2048000 / Best Regards, Bing -- View this message in context: