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
o: java-user@lucene.apache.org > Subject: Out of memory problem in search > > Hello Friends; > > Recently, I have problem with lucene search - memory problem on the basis > that indexed file is so big. (I have indexed some kinds of information and this > indexed file'

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

Out of memory problem in search

2010-07-14 Thread ilkay polat
Hello Friends; Recently, I have problem with lucene search - memory problem on the basis that indexed file is so big. (I have indexed some kinds of information and this indexed file's size is nearly more than 40 gigabyte. )  I search the lucene indexed file with org.apache.lucene.search.Searc