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

2009-05-11 Thread Matt Weber (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Weber updated SOLR-1156:
-

Attachment: SOLR-1156.patch

Added some unit tests.

 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, 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.



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

2009-05-10 Thread Matt Weber (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Weber updated SOLR-1156:
-

Attachment: SOLR-1156.patch

Updated patch to resolve conflicts with the recent changes to trunk (rev. 
773446).  Also to keep the sort parameter similar to the facet.sort parameter, 
you can specify terms.sort=count|index instead of true|false.  Default is to 
sort by count.

 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.



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

2009-05-08 Thread Matt Weber (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Weber updated SOLR-1156:
-

Attachment: SOLR-1156.patch

I have implemented TermsComponent sorting by frequency.  I use the same 
technique as facet sorting.  Enable sorting by the parameter 
terms.sort=true|false.

 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


 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.