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
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
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
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.