O. Klein wrote:
> 
> I have folder with XML files
> 
> 1.xml contains:
> <id>http://www.site.com/1.html</id>
> <content>blacontent</content>
> 
> 2.xml contains:
> <id>http://www.site.com/1.html</id>
> <title>blatitle&lt;//title&gt;
> 
> I want to  create document in Solr:
> 
> <id>http://www.site.com/1.html</id>
> <content>blacontent</content>
> <title>blatitle&lt;//title&gt;
> 
> 

I changed my problem in the quotes as it's a little different and hopefully
easier to solve.

Can this be done with DIH? And how?

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

Reply via email to