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

Reply via email to