You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cassandra Targett (JIRA)" <ji...@apache.org> on 2018/02/01 21:04:00 UTC

[jira] [Updated] (SOLR-11017) Add support for unique metric to facet streaming function

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

Cassandra Targett updated SOLR-11017:
-------------------------------------
    Issue Type: Improvement  (was: Bug)

> Add support for unique metric to facet streaming function
> ---------------------------------------------------------
>
>                 Key: SOLR-11017
>                 URL: https://issues.apache.org/jira/browse/SOLR-11017
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrCloud
>    Affects Versions: 6.6
>            Reporter: Susheel Kumar
>            Priority: Major
>              Labels: patch, stream, streaming, streaming-api
>
> Add support for Unique metric to facet function which under the cover utilizes JSON Facet API.
> The challenge is to come up with a keyword which can be used for UniqueMetric. Currently "unique" is used for UniqueStream and can't be utilized.  
> Does "uniq" make sense? 
> ...
> ...
>   StreamFactory factory = new StreamFactory()
> 		      .withCollectionZkHost (...)                     
>                        .withFunctionName("facet", FacetStream.class)
> 		      .withFunctionName("sum", SumMetric.class)
> 		      .withFunctionName("unique", UniqueStream.class)
> 		      .withFunctionName("unique", UniqueMetric.class)
> ...
> ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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