hi gora,
Query works and if i remove xml data load indexing works fine too

Problem seem to be with this 
 
 <entity name="f" processor="FileListEntityProcessor"
baseDir="${solr.solr.home}" fileName=".xml" 
                recursive="false" rootEntity="true"
dataSource="video_datasource">
                <entity name="x" processor="XPathEntityProcessor" 
                
forEach="/gvpVideoMetaData/mediaItem[@media_id='${topic_tree.topic_id}']" 
                        url="${f.fileAbsolutePath}" 
                    >

Basically how would i get details abt a id fetched from db using xpath from
a xml file.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/DIH-error-when-nested-db-datasource-and-file-data-source-tp3345664p3345735.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to