[
https://issues.apache.org/jira/browse/SOLR-10082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15960942#comment-15960942
]
Yonik Seeley edited comment on SOLR-10082 at 4/7/17 3:17 PM:
-------------------------------------------------------------
I'm taking a look at this now...
Regarding the rounding up of variance and standard deviation to the nearest
10th... I'm inclined to remove it since it would seem to be dependent on the
domain?
further, it doesn't look like the code would actually round up as the comments
describe:
{code}
return Math.round(val * 10) / 10.0; // round up to 1 decimal place
{code}
was (Author: [email protected]):
I'm taking a look at this now...
Regarding the rounding up of variance and standard deviation to the nearest
10th... I'm inclined to remove it since it would seem to be dependent on the
domain?
> Add Variance and Standard Deviation aggregators
> ------------------------------------------------
>
> Key: SOLR-10082
> URL: https://issues.apache.org/jira/browse/SOLR-10082
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: faceting
> Affects Versions: master (7.0)
> Reporter: Rustam Hashimov
> Assignee: Yonik Seeley
> Priority: Minor
>
> This is a ticket to add variance and standard deviation aggregators to json
> facet.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]