Employee Bean Class:
public class Employee2 { private String id; private String name; private String designation; private d
Even Solrj Code does not support insertion of multiple children as a bean. It gives the Exception: multiple child not supported. However by other way, insertion of a Bean which aggregates multiple bean can be inserted/indexed by SolrInput class.