Re: Solr Node Resource allocation.

2014-12-16 Thread Erick Erickson
Identifying the "lease used" cores... no tools integrated with Solr that I know of. But once you do figure out what machines to use, the collections API CREATE command has a createNodeSet which will put the new collection on the specified nodes. And the ADDREPLICA command also allows you to speci

Solr Node Resource allocation.

2014-12-16 Thread Elan Palani
Hello.. Let’s assume I have a SolrCloud with 10 node cluster . most of the time I want to New collection created with 2 shards and 2 replicas on (4 different nodes) using CloudSolrServer we could randomly find the nodes to allocate. but Is there a way to pick and choose the set of nodes base