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
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
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: