Re: Out of memory problem in search

2010-07-14 Thread Erick Erickson
size ) but returned records are so many, problem will again > arised. > > Is there any document which tells the general memory management issues in > searching in lucene? > > Thanks > > > ilkay POLAT Software Engineer Gsm : (+90) 532 542 36 71 > E-mail : ilkay

Re: Out of memory problem in search

2010-07-14 Thread ilkay polat
Thanks --- On Wed, 7/14/10, findbestopensource wrote: From: findbestopensource Subject: Re: Out of memory problem in search To: java-user@lucene.apache.org Date: Wednesday, July 14, 2010, 2:59 PM Certainly it will. Either you need to increase your memory OR refine your query. Eventhough y

Re: Out of memory problem in search

2010-07-14 Thread ilkay polat
ubject: Re: Out of memory problem in search To: java-user@lucene.apache.org Date: Wednesday, July 14, 2010, 2:59 PM Certainly it will. Either you need to increase your memory OR refine your query. Eventhough you display paginated result. The first couple of pages will display fine and going toward

RE: Out of memory problem in search

2010-07-14 Thread ilkay polat
8GB in maximum situation)? --- On Wed, 7/14/10, Uwe Schindler wrote: From: Uwe Schindler Subject: RE: Out of memory problem in search To: java-user@lucene.apache.org Date: Wednesday, July 14, 2010, 3:25 PM Reverse the query sorting to display the last page. - Uwe Schindler H.-H.-Meier-Allee

RE: Out of memory problem in search

2010-07-14 Thread Uwe Schindler
Reverse the query sorting to display the last page. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: ilkay polat [mailto:ilkay_po...@yahoo.com] > Sent: Wednesday, July 14, 2010 12:44 PM > To: java-user@lu

Re: Out of memory problem in search

2010-07-14 Thread findbestopensource
Certainly it will. Either you need to increase your memory OR refine your query. Eventhough you display paginated result. The first couple of pages will display fine and going towards last may face problem. This is because, 200,000 objects is created and iterated, 190,900 objects are skipped and la