Hello, The XML that solr accepts is of the following structure
<add> <doc> <field name="id">SOLR1000</field> <field name="name">Solr, the Enterprise Search Server</field> <field name="manu">Apache Software Foundation</field> </doc> </add> In this XML the field tag, the start tag is not the same as the end tag can any one guide me on this XML generation, which SOLR will accepts for indexing. thanks and regards, Aditya.