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

Joel Bernstein commented on SOLR-7904:
--------------------------------------

I'll take a look again at the FacetStream impl. I think the *fl* and *sort* 
parameters are not needed. The StreamingTests have these params, but I think 
they were just pasted from another test. So this should work:

{code}
facet(
  collection1,
  q="*:*",
  buckets="a_s",
  bucketSorts="sum(a_i) asc",
  bucketSizeLimit=10,
  sum(a_i), sum(a_f),
  min(a_i), min(a_f),
  max(a_i), max(a_f),
  avg(a_i), avg(a_f),
  count(*),
  zkHost="url:port"
)

{code}

> Make FacetStream Expressible
> ----------------------------
>
>                 Key: SOLR-7904
>                 URL: https://issues.apache.org/jira/browse/SOLR-7904
>             Project: Solr
>          Issue Type: New Feature
>    Affects Versions: Trunk
>            Reporter: Joel Bernstein
>             Fix For: Trunk
>
>
> This ticket makes the FacetStream (SOLR-7903) expressible, so it can be used 
> as a Streaming Expression.



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

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

Reply via email to