Re: SolrCloud -Distribued Indexing

2016-11-24 Thread Shawn Heisey
On 11/23/2016 3:43 AM, Udit Tyagi wrote: > I am a solr user, I am using solr-6.3.0 version, I have some doubts > for > Distributed indexing and sharding in SolrCloud pease clarify, > > 1. How can I index documents to a specific shard(I heard about > document routing not documentation is not proper

Re: SolrCloud -Distribued Indexing

2016-11-23 Thread Jerome Yang
Hi, 1. You can usr solr collections api to create collection with "*implicit*" router. Please check, CREATE https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api1 2. There's several ways to indicate which collection you want send request to. a> setDefaultCollecti

SolrCloud -Distribued Indexing

2016-11-23 Thread Udit Tyagi
Hi, I am a solr user, I am using solr-6.3.0 version, I have some doubts for Distributed indexing and sharding in SolrCloud pease clarify, 1. How can I index documents to a specific shard(I heard about document routing not documentation is not proper for that). I am using solr create command from