I want to combine data in XML on disk and XML online. 

<dataSource type="FileDataSource" encoding="UTF-8" />

is needed to read all the XML-files on disk and

<dataSource type="URLDataSource" name="url" encoding="UTF-8"
connectionTimeout="30000" readTimeout="30000"/>

is needed to get the content from XML online.

Using them both causes problems as the FileDataSource is being used
eventhough the entity specifically calls for datasource="url".

Is there way to fix this?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Is-it-possible-to-use-different-types-of-datasource-in-DIH-tp3344380p3344380.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to