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 "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/05/11 21:13:45 UTC

[jira] Commented: (SOLR-1156) Sort TermsComponent results by frequency

    [ https://issues.apache.org/jira/browse/SOLR-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708158#action_12708158 ] 

Yonik Seeley commented on SOLR-1156:
------------------------------------

Thanks Matt!
This should probably use a BoundedTreeSet or a PriorityQueue to avoid keeping (and ordering) all of the terms in memory?

> Sort TermsComponent results by frequency
> ----------------------------------------
>
>                 Key: SOLR-1156
>                 URL: https://issues.apache.org/jira/browse/SOLR-1156
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Matt Weber
>         Attachments: SOLR-1156.patch, SOLR-1156.patch
>
>
> TermsComponent should be able to return results sorted by frequency.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.