Re: Index is not created if my database table is large

2009-01-12 Thread Rahul Brid
Hey...i tried using batchsize="-1" it doesnt work,..I am not getting any memory problem as such... http://127.0.0.1/search/products/dataimport?command=full-import&debug=on&verbose=true which runs without error gives me the response also but when i query using admin it does not returns any resul

Re: Index is not created if my database table is large

2009-01-12 Thread Rahul Brid
Hi,thnx for the reply ...but an you tell me where to set this batchSize??? in dataconfig.xml On Mon, Jan 12, 2009 at 8:48 AM, gwk wrote: > Hi, > > I'm not sure that this is the same issue but I had a similar problem with > importing a large table from Mysql, on the DataImportHandler FAQ ( > http

Re: Index is not created if my database table is large

2009-01-12 Thread gwk
Hi, I'm not sure that this is the same issue but I had a similar problem with importing a large table from Mysql, on the DataImportHandler FAQ (http://wiki.apache.org/solr/DataImportHandlerFaq) the first issue mentions memory problems. Try adding the batchSize="-1" attribute to your datasourc

Index is not created if my database table is large

2009-01-12 Thread Rahul Brid
Hii, I new to SOLR world... i am using solr multicore config in my webapp i am able to configure solr properly... but problem is when i am building using full data-import... if my databse table has few number of rows say 10 to 25 the index is created properly... and search query returns prope