[
https://issues.apache.org/jira/browse/SOLR-12911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein reassigned SOLR-12911:
-------------------------------------
Assignee: Joel Bernstein
> Include "refine" param (refinement SOLR-9432) to the FacetStream
> -----------------------------------------------------------------
>
> Key: SOLR-12911
> URL: https://issues.apache.org/jira/browse/SOLR-12911
> Project: Solr
> Issue Type: Sub-task
> Security Level: Public(Default Security Level. Issues are Public)
> Components: streaming expressions
> Reporter: Amrit Sarkar
> Assignee: Joel Bernstein
> Priority: Major
> Attachments: SOLR-12911.patch, SOLR-12911.patch
>
>
> SOLR-9432 introduces refinement in JSON Faceting which makes sure all the
> respective buckets are fetched from each shard of the collection. This
> ensures authentic mathematical bucket counts.
> FacetStream should have refinement as an optional parameter like below, with
> default being "false":
> {code}
> facet(collection1,
> q="*:*",
> refine="true",
> buckets="a_s",
> bucketSorts="sum(a_i) desc",
> bucketSizeLimit=100,
> sum(a_i),
> count(*))
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]