[
https://issues.apache.org/jira/browse/SOLR-14476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482642#comment-17482642
]
ASF subversion and git services commented on SOLR-14476:
--------------------------------------------------------
Commit 77fb147c12749377071b8867285c6878ee2a145a in solr's branch
refs/heads/branch_9x from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=77fb147 ]
SOLR-14476: Ref guide update
> 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
> Fix For: 8.6
>
> 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.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]