Re: solr indexing not working when i try to insert 1000000 rows but works fine when i try to index 400000 rows or below

2014-06-03 Thread madhav bahuguna
Hi Ahmet, Thanks a ton. You were absolutely right the moment i added the line batchsize=-1 it worked . Thank you so much its been 7 days and i just could not figure out what the issue was. Its working like a charm now. Thanks Again regards Madhav Bahuguna On Tue, Jun 3, 2014 at 5:28 PM, Ahmet Ars

Re: solr indexing not working when i try to insert 1000000 rows but works fine when i try to index 400000 rows or below

2014-06-03 Thread Shawn Heisey
On 6/3/2014 12:00 AM, madhav bahuguna wrote: > iam using solr 4.7.1 and trying to do a full import.My data source is a > table in mysql. It has 1000 rows and 20 columns. > > Whenever iam trying to do a full import solr stops responding. But when i > try to do a import with a limit of 40 or

Re: solr indexing not working when i try to insert 1000000 rows but works fine when i try to index 400000 rows or below

2014-06-03 Thread Ahmet Arslan
Hi Madhav, Just a guess, try using batchSize="-1" Ahmet On Tuesday, June 3, 2014 12:48 PM, madhav bahuguna wrote: HI iam using solr 4.7.1 and trying to do a full import.My data source is a table in mysql. It has 1000 rows and 20 columns. Whenever iam trying to do a full import solr st

solr indexing not working when i try to insert 1000000 rows but works fine when i try to index 400000 rows or below

2014-06-02 Thread madhav bahuguna
HI iam using solr 4.7.1 and trying to do a full import.My data source is a table in mysql. It has 1000 rows and 20 columns. Whenever iam trying to do a full import solr stops responding. But when i try to do a import with a limit of 40 or less it works fine. If i try to import more than