Hi, I have some questions about the 4.0 solr cloud implementation. 1. I want to have a large cloud of machines on a network. each machine will process data and write to its "local" solr server (node,shard or whatever). This is necessary because it won't be possible to have 100 machines with 100 threads all writing to the same solr server URL (leader or whatever). It would collapse.
2. I then want to do a distributed search from a single, well known solr instance and have all solr capabilities (MLT,IDF,facet,ranking, etc.) work as intended - but querying from all 100 solr instances in parallel. Will this be possible? thanks! Darren