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

ASF subversion and git services commented on SOLR-12795:
--------------------------------------------------------

Commit 68ed57f796704006cc4e9fc7ce3a9e124d8b88ea in lucene-solr's branch 
refs/heads/branch_7x from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=68ed57f ]

SOLR-12795: Introduce 'rows' and 'offset' parameter in FacetStream


> Introduce 'rows' and 'offset' parameter in FacetStream
> ------------------------------------------------------
>
>                 Key: SOLR-12795
>                 URL: https://issues.apache.org/jira/browse/SOLR-12795
>             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-12795.patch, SOLR-12795.patch, SOLR-12795.patch, 
> SOLR-12795.patch, SOLR-12795.patch, SOLR-12795.patch, SOLR-12795.patch, 
> SOLR-12795.patch, SOLR-12795.patch, SOLR-12795.patch, SOLR-12795.patch, 
> SOLR-12795.patch
>
>
> Today facetStream takes a "bucketSizeLimit" parameter. Here is what the doc 
> says about this parameter -  The number of buckets to include. This value is 
> applied to each dimension.
> Now let's say we create a facet stream with 3 nested facets. For example 
> "year_i,month_i,day_i" and provide 10 as the bucketSizeLimit. 
> FacetStream would return 10 results to us for this facet expression while the 
> total number of unqiue values are 1000 (10*10*10 )
> The API should have a separate parameter "limit" which limits the number of 
> tuples (say 500) while bucketSizeLimit should be used to specify the size of 
> each bucket in the JSON Facet API.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to