As Uri has already replied, there is no concept of "a hierarchical schema" in Solr. My gut feeling says you might be talking about Multiple cores<http://www.google.co.in/search?q=multiple+core+solr&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a> .
Cheers Avlesh On Mon, Aug 31, 2009 at 5:26 PM, Pooja Verlani <pooja.verl...@gmail.com>wrote: > Hi all, > Is there a possibility to have a hierarchical schema in solr, meaning can > we > have objects under objects. > For example, for a doc like: > <doc> > <a1> > <b1> > <b2> > <b3> > </a1> > <a2> > <b1> > <b2> > ,b3> > </a2> > . > . > . > . > . > . > . > </doc> > > I need to make schema with 3 types of such objects and all of them having > different field values for each. > > Please reply if there exists such a possibility. > > Regards. > Pooja >