As the parent id determines which shard the document is routed to, I suspect you would end up with an undefined number of child documents. If they all get routed to different shards you would have 3, but any documents that end up in the same shard should cause an update which would replace the previous version. If they all ended up on the same shard you should probably have just one child document.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.