Hi,
I did try another RSS from here "http://www.feedforall.com/sample.xml"; but
it also didnt work and came back with same message saying it indexed 0
documents.

This is my data from rss-data-config.xml

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

            <field column="title" xpath="/RDF/item/title" />
            <field column="link" xpath="/RDF/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-tp4033067p4033230.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to