[jira] Resolved: (SOLR-680) StatsComponent - get min, max, sum, qt, avg of number fields

2008-12-18 Thread Ryan McKinley (JIRA)

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

Ryan McKinley resolved SOLR-680.


Resolution: Fixed

I removed the median calculation.

Down the line it might make sense to add it back -- but rather then leave in an 
unreleased broken feature, it seems best to remove it.

 StatsComponent - get min, max, sum, qt, avg of number fields
 

 Key: SOLR-680
 URL: https://issues.apache.org/jira/browse/SOLR-680
 Project: Solr
  Issue Type: New Feature
  Components: search
Reporter: Koji Sekiguchi
Assignee: Ryan McKinley
Priority: Minor
 Fix For: 1.4

 Attachments: SOLR-680-remove-bad-median-calculation.patch, 
 SOLR-680.patch, SOLR-680.patch, SOLR-680.patch, SOLR-680.patch, 
 SOLR-680.patch, SOLR-680.patch


 StatsComponent - it returns min,max,sum,qt,avg of specified number fields:
 request parameters:
 stats=onstats.field=price
 {code:xml}
 stats
  stats_fields
lst name=price
double name=min10/double
double name=max30/double
double name=avg20/double
double name=sum60/double
double name=qt3/double
/lst
  /stats_fields
 /stats
 {code}
 WRT stats, the component can output sum and avg, but not sd and var.
 USE CASE:
 StatsComponent can be used to get market price of DocSet e.g. rental 
 housing site, package tour site.

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



[jira] Resolved: (SOLR-680) StatsComponent - get min, max, sum, qt, avg of number fields

2008-10-27 Thread Ryan McKinley (JIRA)

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

Ryan McKinley resolved SOLR-680.


Resolution: Fixed

 StatsComponent - get min, max, sum, qt, avg of number fields
 

 Key: SOLR-680
 URL: https://issues.apache.org/jira/browse/SOLR-680
 Project: Solr
  Issue Type: New Feature
  Components: search
Reporter: Koji Sekiguchi
Assignee: Ryan McKinley
Priority: Minor
 Fix For: 1.4

 Attachments: SOLR-680.patch, SOLR-680.patch, SOLR-680.patch, 
 SOLR-680.patch, SOLR-680.patch, SOLR-680.patch


 StatsComponent - it returns min,max,sum,qt,avg of specified number fields:
 request parameters:
 stats=onstats.field=price
 {code:xml}
 stats
  stats_fields
lst name=price
double name=min10/double
double name=max30/double
double name=avg20/double
double name=sum60/double
double name=qt3/double
/lst
  /stats_fields
 /stats
 {code}
 WRT stats, the component can output sum and avg, but not sd and var.
 USE CASE:
 StatsComponent can be used to get market price of DocSet e.g. rental 
 housing site, package tour site.

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