Re: Need Help with custom ZIPURLDataSource class

2015-01-26 Thread Dan Davis
I have seen such errors by looking under Logging in the Solr Admin UI. There is also the LogTransformer for Data Import Handler. However, it is a design choice in Data Import Handler to skip fields not in the schema. I would suggest you always use Debug and Verbose to do the first couple of docu

Re: Need Help with custom ZIPURLDataSource class

2015-01-23 Thread Carl Roberts
NVM - I have this working. The problem was this: pk="link" in rss-dat.config.xml but unique id not link in schema.xml - it is id. From rss-data-config.xml: url="https://nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2002.xml.zip"; processor="XPathEntityProcessor"

Need Help with custom ZIPURLDataSource class

2015-01-23 Thread Carl Roberts
Hi, I created a custom ZIPURLDataSource class to unzip the content from an http URL for an XML ZIP file and it seems to be working (at least I have no errors), but no data is imported. Here is my configuration in rss-data-config.xml: https://nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2002.xml.zi

Fwd: Need Help with custom ZIPURLDataSource class

2015-01-23 Thread Carl Roberts
Hi, I created a custom ZIPURLDataSource class to unzip the content from an http URL for an XML ZIP file and it seems to be working (at least I have no errors), but no data is imported. Here is my configuration in rss-data-config.xml: https://nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2002.xml.zi