Problem with close IndexWriter pausing due to locked files

2009-12-03 Thread Paul Williams
Hi, I have found an issue with a Lucene index locking files from a Searcher instance. So that when a mergeSegments happens on a indexwriter close it actually hangs until the search instance is closed This seems to happen only when the index is stored on a network SAN device. When stored elsewhe

RE: Most Frequent Terms

2007-01-19 Thread Paul Williams
To answer my own question; I've just found the HighFreqTerms class in luke which point me in the right direction! Regards, Paul. -Original Message- From: Paul Williams [mailto:[EMAIL PROTECTED] Sent: 19 January 2007 08:36 am To: java-user@lucene.apache.org Subject: Most Frequent

RE: Top n Searches

2005-12-13 Thread Paul Williams
And, as you know, Lucene does not provide this functionality out of the box. Good luck! On 12/8/05, Paul Williams <[EMAIL PROTECTED]> wrote: > Hi, > > > > I've been asked whether we can do a Top n Searches functionality where > we record the most common searched for ph

Top n Searches

2005-12-08 Thread Paul Williams
Hi, I've been asked whether we can do a Top n Searches functionality where we record the most common searched for phrases on a daily basis. I'm not sure where to start with this or even if this is feasible with Lucene. Anyone done anything similar? Cheers. Paul Williams.