Hi Steve
Thank you for your help. After I updated the rss-data-config to following,
it worked.

<dataConfig>
    <dataSource type="URLDataSource" />
    <document>
        <entity name="rsstest"
                pk="link"
                url="http://www.feedforall.com/sample.xml";
                processor="XPathEntityProcessor"
                forEach="/rss/channel/item"
                transformer="DateFormatTransformer">

            <field column="title" xpath="/rss/channel/item/title" />
            <field column="link" xpath="/rss/channel/item/link" />
        </entity>
    </document>
</dataConfig>



--
View this message in context: 
http://lucene.472066.n3.nabble.com/RSS-tutorial-that-comes-with-the-apache-solr-not-indexing-tp4033067p4033254.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to