On Sun, Sep 18, 2011 at 11:47 AM, abhayd <[email protected]> wrote:
> 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.
>
>
Is the following path mentioned in the error message correct?
C:\Projects\att\solr\catalogSOLRSearch.ear\SOLR-HOME\live_meta.xml
Also, the actual cause of the exception will also be in the logs. Can you
paste the complete stack trace?
--
Regards,
Shalin Shekhar Mangar.