You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Amrit Sarkar (JIRA)" <ji...@apache.org> on 2018/10/24 10:10:00 UTC

[jira] [Updated] (SOLR-12911) Include "refine" param (refinement SOLR-9432) to the FacetStream

     [ https://issues.apache.org/jira/browse/SOLR-12911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amrit Sarkar updated SOLR-12911:
--------------------------------
    Summary: Include "refine" param (refinement SOLR-9432) to the FacetStream   (was: Include "refine" param (Refinement SOLR-9432) to the FacetStream )

> 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
>            Priority: Major
>         Attachments: 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org