You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Joel Bernstein (Jira)" <ji...@apache.org> on 2021/04/01 15:53:00 UTC

[jira] [Resolved] (SOLR-15208) Add the countDist aggregation to the stats, facet and timeseries Streaming Expressions

     [ https://issues.apache.org/jira/browse/SOLR-15208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Bernstein resolved SOLR-15208.
-----------------------------------
    Resolution: Resolved

> 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
>             Fix For: main (9.0)
>
>         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-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org