I have folder with XML files

1.xml contains:
<id>http://www.site.com/1.html</id>
<link>http://www.othersite.com/2.html</link>
<content>bla1</content>

2.xml contains:
<id>http://www.othersite.com/2.html</id>
<content>bla2&lt;//content&gt;

I want to  create document in Solr:

<id>http://www.site.com/1.html</id>
<content>bla2&lt;//content&gt;

Can this be done with DIH? And how?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Combine-XML-data-with-DIH-tp3209413p3209413.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to