Desing Question related with Lucene

2010-05-19 Thread ilkay polat
(get most ranked kind query searching is exist or not and if yes is it good for performance) If there is no a solution in lucene what will you use for this situation? : Thanks for your help. : ilkay POLAT : Research &Development Software Engineer TURKEY

Removing old datas from index file

2010-05-20 Thread ilkay polat
Hello; I need to learn whether there is a way to remove some records on indexed files. And is it rapid for removing some indexed file records (For example clean old records whose created date's are less than a definite day) . Thanks

Re: Desing Question related with Lucene

2010-05-20 Thread ilkay polat
Is it better to analyze logs with lucene ? Or other solutions are better for performance On Thu, May 20, 2010 at 9:51 AM, ilkay polat wrote: > Hello; > > I have a desing question while developing my project. If you have time, > lease read my problem and if you have a solution

Out of memory problem in search

2010-07-14 Thread ilkay polat
, 200]  I have nearly 200,000 records at all. When I go to last page which means records between 200,000 -100, 200,0, there is a memory problem(I have 4gb ram on running machine) in jvm( out of memory error). Is there a way to overcome this memory problem? Thanks -- ilkay POLAT  Software

RE: Out of memory problem in search

2010-07-14 Thread ilkay polat
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@lucene.apache.org > Subject: Out of memory problem in search >

Re: Out of memory problem in search

2010-07-14 Thread ilkay polat
s last may face problem. This is because, 200,000 objects is created and iterated, 190,900 objects are skipped and last100 objects are returned. The memory is consumed in creating these objects. Regards Aditya www.findbestopensource.com On Wed, Jul 14, 2010 at 4:14 PM, ilkay polat wrote:

Re: Out of memory problem in search

2010-07-14 Thread ilkay polat
rised. 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_po...@yahoo.com --- On Wed, 7/14/10, ilkay polat wrote: From: ilkay polat Subject: Re: Out of memory pr