Re: What exactly is sharding in Solr

2018-06-22 Thread Mikhail Khludnev
Hello https://lucene.apache.org/solr/guide/7_3/how-solrcloud-works.html#logical-concepts A collection can be partitioned into multiple Shards, which contain a subset of the Documents in the Collection. https://lucene.apache.org/solr/guide/7_3/collections-api.html#create-parameters numShards The nu

What exactly is sharding in Solr

2018-06-22 Thread Ritesh Kumar
Hello Team, I have set up Solr cloud with two Solr nodes connected to a Zookeeper, all on my local machine. I wanted to know if this whole setup of two nodes and one Zookeeper constitutes one shard or are these two shards as we have got two Solr nodes. Please, enlighten me also about the differen