To be specific, each shard does a query against its own index, scoring
each document, and returning n rows. 

Then, these n results are aggregated, picking the top n scoring docs out
of all of those returned from the shards.

For faceting and other components, the aggregation is somewhat
different.

Upayavira

On Wed, Sep 9, 2015, at 04:12 PM, abhi Abhishek wrote:
> Hi,
>    Thanks for the reply Shawn and Mugeesh. I was just trying to
>    understand
> the working of Distributed Querying in SOLR.
> 
> Thanks,
> Abhishek Das
> 
> On Wed, Sep 9, 2015 at 8:18 PM, Mugeesh Husain <muge...@gmail.com> wrote:
> 
> > You are correct for distributed search.
> > do worry care about join, solr will aggregate results from all core.
> > share your requirement what you want ?
> >
> >
> >
> > --
> > View this message in context:
> > http://lucene.472066.n3.nabble.com/working-of-Sharded-Query-in-SOLR-3-6-tp4227952p4227979.html
> > Sent from the Solr - User mailing list archive at Nabble.com.
> >

Reply via email to