[
https://issues.apache.org/jira/browse/SOLR-12911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16685578#comment-16685578
]
Cassandra Targett commented on SOLR-12911:
------------------------------------------
Does this need to be in the Ref Guide? I saw the params added with SOLR-12795,
but don't see {{refine}} in the draft 7.6 Ref Guide:
https://builds.apache.org/view/L/view/Lucene/job/Solr-reference-guide-7.6/javadoc/stream-source-reference.html#facet-parameters
> 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
> Fix For: 7.6, master (8.0)
>
> 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]