I had to do the same thing and I used Log4J...that will do the trick for you. -----Original Message----- From: Cheolgoo Kang <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thu, 8 Dec 2005 17:51:23 +0900 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]