[
https://issues.apache.org/jira/browse/SOLR-18221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088126#comment-18088126
]
Eric Pugh commented on SOLR-18221:
----------------------------------
backporting required dealing with some modern java that doesn't exist in Solr 9:
if (o instanceof Double d) {
becomes
if (o instanceof Double) {
Double d = (Double) o;
> Support percentiles in rollup function for streaming expressions
> ----------------------------------------------------------------
>
> Key: SOLR-18221
> URL: https://issues.apache.org/jira/browse/SOLR-18221
> Project: Solr
> Issue Type: New Feature
> Components: SolrCloud, streaming expressions
> Affects Versions: 9.10, 10.0, 10.1, 9.11
> Reporter: Khush Jain
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> *Rollup* function to support *percentiles* statistics in Solr’s */stream*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]