Re: Solr parallel streaming

2017-05-05 Thread Joel Bernstein
Worker nodes can be part of any Solr collection. They do not have to have hold any data. If you have a collection with 3 shards, each with 3 replicas, than you have 9 potential workers in that collection. Currently the rule is if you specify N workers the worker collection must have atleast that m

Solr parallel streaming

2017-05-05 Thread Mikhail Ibraheem
Hi, I am confused about the difference between solr nodes and worker nodes, are these the same? Can I have more than one worker nodes in one solr node? If we have one solr node, can we use parallel streams? What it means to have worker collection that has no data? Please advise. Thank