On Fri, Feb 19, 2016 at 3:18 PM, <naeem.ta...@yahoo.com.invalid> wrote: > Hi, > > We are implementing a solution on SolrCoud involving parent/child > documents. Had few questions: > > 1. In a nested document structure does parent and child are always indexed on > same shard?
Yes > 2. Are there any limitations on number of child documents in a nested > structure. No, but there are practical memory limitations due to the fact that they all need to be indexed at once together. Shouldn't be an issue with the handful of docs that most people use. > 3. Any other limitations/stumbling blocks we should be aware of while working > with nested documents on SolrCoud. You can't update one doc w/o updating them all. -Yonik