Re: Indexing multiple documents in Solr/SolrCell

2009-11-17 Thread Sascha Szott
Kewin, Kerwin wrote: Our approach is similar to what you have mentioned in the jira issue except that we have all metadata in the xml and not in the database. I am therefore using a custom XmlUpdateRequestHandler to parse the XML and then calling Tika from within the XML Loader to parse the cont

Re: Indexing multiple documents in Solr/SolrCell

2009-11-17 Thread Kerwin
Hi Sascha, Thanks for your reply. Our approach is similar to what you have mentioned in the jira issue except that we have all metadata in the xml and not in the database. I am therefore using a custom XmlUpdateRequestHandler to parse the XML and then calling Tika from within the XML Loader to par

Re: Indexing multiple documents in Solr/SolrCell

2009-11-16 Thread Sascha Szott
Hi, the problem you've described -- an integration of DataImportHandler (to traverse the XML file and get the document urls) and Solr Cell (to extract content afterwards) -- is already addressed in issue SOLR-1358 (https://issues.apache.org/jira/browse/SOLR-1358). Best, Sascha Kerwin wrote: