That was the approach I was planning to take but I've been asked to
provide a more intelligent implementation.  Basically I need to count
search phrases like 'x y z' and 'y z x' as being the same.


-----Original Message-----
From: Cheolgoo Kang [mailto:[EMAIL PROTECTED] 
Sent: 08 December 2005 08:51 am
To: java-user@lucene.apache.org
Subject: Re: Top n Searches

Hi,

You first save those search keywords entered by users into some kind
of storage like a database system or even into a dedicated Lucene
index. So it's a database and web issue, not a Lucene one.

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


--
Cheolgoo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to