>Hi, > >I am trying to index XML files using SolrJ. The original XML file contains >nested elements. For example, the following is the snippet of the XML file. > ><entry> > <name>SOMETHING </name> > <facility>SOME_OTHER_THING</facility> > </entry> > >I have added the elements "name" and "facility" in Schema.xml file to make >these elements indexable. I have changed the XML document above to look like - > ><add> ><doc> > ...... > <field name="name">SOMETHING</field> > ...... ></doc> ></add> > Can you send us the Schema.xml file you created? I suspect that one of the fields should be multivalued.
-- Fergus.