Re: At a high level how does faceting in SolrCloud work?

2012-10-02 Thread Jamie Johnson
Thanks for this guys, really excellent explanation! On Thu, Sep 27, 2012 at 12:15 AM, Yonik Seeley yo...@lucidworks.com wrote: On Wed, Sep 26, 2012 at 6:21 PM, Chris Hostetter hossman_luc...@fucit.org wrote: 2) the coordinator node sums up the counts for any constraint returned by multiple

Re: At a high level how does faceting in SolrCloud work?

2012-10-02 Thread Jamie Johnson
So does mincount get considered in this as well? On Tue, Oct 2, 2012 at 10:19 AM, Jamie Johnson jej2...@gmail.com wrote: Thanks for this guys, really excellent explanation! On Thu, Sep 27, 2012 at 12:15 AM, Yonik Seeley yo...@lucidworks.com wrote: On Wed, Sep 26, 2012 at 6:21 PM, Chris

Re: At a high level how does faceting in SolrCloud work?

2012-09-26 Thread Chris Hostetter
: I'd like to wrap my head around how faceting in SolrCloud works, does : Solr ask each shard for their maximum value and then use that to : determine what else should be asked for from other shards, or does it : ask for all values and do the aggregation on the requesting server? For things like

Re: At a high level how does faceting in SolrCloud work?

2012-09-26 Thread Yonik Seeley
On Wed, Sep 26, 2012 at 6:21 PM, Chris Hostetter hossman_luc...@fucit.org wrote: 2) the coordinator node sums up the counts for any constraint returned by multiple nodes, and then picks the top (facet.limit) constraints based n the counts it knows about. It's actually more sophisticated than

At a high level how does faceting in SolrCloud work?

2012-09-24 Thread Jamie Johnson
I'd like to wrap my head around how faceting in SolrCloud works, does Solr ask each shard for their maximum value and then use that to determine what else should be asked for from other shards, or does it ask for all values and do the aggregation on the requesting server?