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

Joel Bernstein commented on SOLR-7903:
--------------------------------------

I'm close to committing this ticket so I can start working on SOLR-7905. 

SOLR-7905 will exercise the FacetStream through the SQLHandler. So this will 
provide another layer of tests on top of what's already in this ticket. 

> Add the FacetStream to the Streaming API
> ----------------------------------------
>
>                 Key: SOLR-7903
>                 URL: https://issues.apache.org/jira/browse/SOLR-7903
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>             Fix For: Trunk
>
>         Attachments: SOLR-7903.patch, SOLR-7903.patch, SOLR-7903.patch, 
> SOLR-7903.patch
>
>
> This ticket is to add a FacetStream class to the Streaming API. The 
> FacetStream will abstract the results from the JSON Facet API as a Stream of 
> Tuples. This will provide a complementary stream to the RollupStream which 
> uses Map/Reduce for aggregations.
> When the FacetStream is hooked into the SQL interface it will allow users to 
> switch between the RollupStream (Map/Reduce) and the FacetStream (JSON Facet 
> API) as the underlying engine for SQL Group By aggregates.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to