RE: Clarity on Sharding Concepts.

2016-05-31 Thread Garth Grimm
ssage- From: Siddhartha Singh Sandhu [mailto:sandhus...@gmail.com] Sent: Tuesday, May 31, 2016 10:43 AM To: solr-user@lucene.apache.org; muge...@gmail.com Subject: Re: Clarity on Sharding Concepts. Hi Mugeesh, I was speculating whether sharding is done on: 1. index terms with each shard having the

Re: Clarity on Sharding Concepts.

2016-05-31 Thread Siddhartha Singh Sandhu
Hi Mugeesh, I was speculating whether sharding is done on: 1. index terms with each shard having the whole document space. 2. document space with each shard have num(documents/no. of shards) of the documents divided between them. Regards, Sid. On Tue, May 31, 2016 at 12:19 AM, Mugeesh Husain w

Re: Clarity on Sharding Concepts.

2016-05-31 Thread Siddhartha Singh Sandhu
Thank you Mugeesh. On Tue, May 31, 2016 at 12:19 AM, Mugeesh Husain wrote: > Hi, > > To read out this document > > https://cwiki.apache.org/confluence/display/solr/Shards+and+Indexing+Data+in+SolrCloud > for proper understanding. > > FYI, you are using implicit router, a document will be divided

Re: Clarity on Sharding Concepts.

2016-05-30 Thread Mugeesh Husain
Hi, To read out this document https://cwiki.apache.org/confluence/display/solr/Shards+and+Indexing+Data+in+SolrCloud for proper understanding. FYI, you are using implicit router, a document will be divided randomly based on hashing technique. If you indexed 50 documents, it will be divided int