Hi
I am trying to use the RSS tutorial that comes with the apache-solr.
I am not sure if I missed anything but when I do full-import no indexing
happens.
These are the steps that I am taking:
1) Download apache-solr-3.6.2 (http://lucene.apache.org/solr/)
2) Start the solr by doing: java -Dsolr.sol
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
http://www.feedforall.com/sample.xml";
processor="XPathEnti
Hi Steve
Thank you for your help. After I updated the rss-data-config to following,
it worked.
http://www.feedforall.com/sample.xml";
processor="XPathEntityProcessor"
forEach="/rss/channel/item"
transformer="DateFormatTransformer">