Amrit Sarkar created SOLR-12911:
-----------------------------------

             Summary: 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


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]

Reply via email to