You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by Matt Weber <ma...@mattweber.org> on 2009/05/05 18:22:25 UTC

TermsComponent sort by frequency

Hello,

I am interested in adding sorting support to TermsComponent.   I would  
most likely use the same algorithm as facet sorting, using CountPair's  
in a BoundedTreeSet.  Does anyone have a problem with this?  Is there  
a different algorithm I should be using?

Thanks,

Matt Weber