You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Joel Bernstein (Jira)" <ji...@apache.org> on 2020/06/03 18:07:00 UTC

[jira] [Comment Edited] (SOLR-14476) Add percentiles and standard deviation aggregations to stats, facet and timeseries Streaming Expressions

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

Joel Bernstein edited comment on SOLR-14476 at 6/3/20, 6:06 PM:
----------------------------------------------------------------

The commits don't appear on this ticket but this work was committed to master:

[https://github.com/apache/lucene-solr/commit/16aad55369d285fec96425f996984a9f4afe28e4]

[https://github.com/apache/lucene-solr/commit/a795047c6ca54e221c743e78880cd93b752b30fb]

And branch_8x:

[https://github.com/apache/lucene-solr/commit/286b75097fe830593779a1df2bd0eb3897f84089]

[https://github.com/apache/lucene-solr/commit/70de3df047a72f419af257c8c6437d6d5267f917]

[https://github.com/apache/lucene-solr/commit/6ed9cba6d83c94aeaa89ad9fe6fcfcff013fbb14]

 

 


was (Author: joel.bernstein):
The commits don't appear on this ticket but this work was committed to master:

[https://github.com/apache/lucene-solr/commit/16aad55369d285fec96425f996984a9f4afe28e4]

[https://github.com/apache/lucene-solr/commit/a795047c6ca54e221c743e78880cd93b752b30fb]

> Add percentiles and standard deviation aggregations to stats, facet and timeseries Streaming Expressions
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-14476
>                 URL: https://issues.apache.org/jira/browse/SOLR-14476
>             Project: Solr
>          Issue Type: New Feature
>          Components: streaming expressions
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>            Priority: Major
>         Attachments: SOLR-14476.patch, SOLR-14476.patch, SOLR-14476.patch, SOLR-14476.patch, SOLR-14476.patch, SOLR-14476.patch, SOLR-14476.patch, SOLR-14476.patch
>
>
> This ticket will add the *per* (percentile) and *std* (standard deviation) aggregations to the *stats*, *facet* and *timeseries* Streaming Expressions. Syntax:
>  
> {code:java}
> facet(logs, buckets="collection_s", per(qtime_i, 50), std(qtime_i)) {code}
> The stats function will also be reimplemented using JSON facets rather than the stats component as part of this ticket. The main reason is that JSON facets syntax is easier to work with for percentiles, but it also standardized are pushed down aggregations to JSON facets.
> In a separate ticket *per* and *std* aggregations will be added to the *rollup*, *hashRollup* and *nodes* Streaming Expressions.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org