Re: Most Frequent Terms

2007-01-19 Thread Doron Cohen
See contrib -> misc -> HighFreqTerms "Paul Williams" <[EMAIL PROTECTED]> wrote on 19/01/2007 00:35:55: > Hopefully this a straight forward question, but what's the recommended > approach for finding the most frequent terms in an index? Should this > sort of thing be done overnight? > > > > Regar

Re: Most Frequent Terms

2007-01-19 Thread Otis Gospodnetic
There is also an impl in Lucene's own contrib/miscellaneous. You can optionally specify the field you want to limit terms to. Otis - Original Message From: Paul Williams <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, January 19, 2007 3:55:00 AM Subjec

Re: Most Frequent Terms

2007-01-19 Thread Kapil Chhabra
Hi Paul, I like the implementation of this in Luke (www.getopt.org/*luke*/) There is a HighFreqTerms class in src/org/getopt/luke/. Have a look. I am sure you'll find your answer there. Regards, kapilChhabra Paul Williams wrote: Hopefully this a straight forward question, but what's the reco

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 Terms