Hi, If we setup a solr cloud with 3 nodes and then we have like 100+ million documents to index. How we should be indexing a) will the indexing request be going to each machine assuming we are able to divide data based on some field or b) we should be sending the request to one end point and what should be end point?
Can you please clarify and reading this article it says indexing may become slower. http://stackoverflow.com/questions/13500955/does-solrclouds-scalability-extend-to-indexing Please suggest & let me know if you need more info. Thnx