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
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
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