Ah, I see. Maybe I should do this somewhere else. Thank you both for your help, Sean
-----Original Message----- From: Wyatt Barnett [mailto:wyatt.barn...@gmail.com] Sent: 13 December 2011 15:22 To: lucene-net-user@lucene.apache.org Subject: Re: [Lucene.Net] Decoding an index We do some tracking of this ourselves, and I don't think lucene has this sort of capability as it is something that makes alot more sense to handle on the application layer where it understands the semantics of your search. On Tue, Dec 13, 2011 at 10:19 AM, Kevin Miller <scound...@gmail.com> wrote: > We do this but it involves logging the search query to a database. We > have an abstraction about search clients to do this. > > I recommend the Lucene In Action book. Quite good. > > On Dec 13, 2011, at 9:14 AM, Sean Newham <sean.new...@grantadesign.com> wrote: > >> Hi, >> I'm new to Lucene, and I was wondering if there was a quick, code way >> (preferably in c#, but I'll take python or java) of getting the list of most >> common search queries out. I've done a google, and found Luke (which is >> cool) and may start looking through its code as it clearly must be doing >> this somewhere, but my next step is to look through the Lucene docs. Any >> help would be appreciated, including telling me which docs to read, etc. >> Best wishes, >> Sean