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

ASF subversion and git services commented on SOLR-15208:
--------------------------------------------------------

Commit 00bc7101f274dcd8a49aeea159a476f79e89ceb9 in solr's branch 
refs/heads/main from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=00bc710 ]

SOLR-15208: Add the countDist aggregation to the stats, facet and timeseries 
Streaming Expressions


> Add the countDist aggregation to the stats, facet and timeseries Streaming 
> Expressions
> --------------------------------------------------------------------------------------
>
>                 Key: SOLR-15208
>                 URL: https://issues.apache.org/jira/browse/SOLR-15208
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: streaming expressions
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>            Priority: Major
>         Attachments: SOLR-15208.patch, SOLR-15208.patch
>
>
> The *unique* function in the JSON facet API is currently not supported in the 
> Streaming Expression pushdown analytics functions. This ticket will add 
> support for *unique* aggregations in the stats, facet and timeseries 
> Streaming Expressions. The name *countDist* will be the aggregation in 
> Streaming Expressions and map to the JSON facet *unique* function.
> Sample syntax:
> {code}
> facet(test, buckets="core_s", rows="50", countDist(type_s))
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to