Re: Top N terms of an indexed field

2008-02-28 Thread Otis Gospodnetic
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Alex Benjamen <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, February 28, 2008 10:22:38 PM > Subject: Top N terms of an indexed field > > I was wondering

Re: Top N terms of an indexed field

2008-02-28 Thread Ryan McKinley
Alex Benjamen wrote: I was wondering if it is possible to retrieve the top 20 terms for a given fields in an index. For example, if we're indexing user profile data and one of the fields is "interests" - it would be great to get the top 20 terms for interests found in the index. check ou

Top N terms of an indexed field

2008-02-28 Thread Alex Benjamen
I was wondering if it is possible to retrieve the top 20 terms for a given fields in an index. For example, if we're indexing user profile data and one of the fields is "interests" - it would be great to get the top 20 terms for interests found in the index. -Alex