RE: indexing multiple levels of data

2018-11-16 Thread Martin Frank Hansen (MHQ)
. Right now we have -Original Message- From: Jan Høydahl Sent: 16. november 2018 15:29 To: solr-user Subject: Re: indexing multiple levels of data Hi Martin, For a complex use case as this I would recommend you write a separate indexer application that crawls the files, looks up the

Re: indexing multiple levels of data

2018-11-16 Thread Jan Høydahl
Hi Martin, For a complex use case as this I would recommend you write a separate indexer application that crawls the files, looks up the correct metadata XMLs based on given business rules, and then constructs the full Solr document to send to Solr. Even parsing full-text from PDF etc I would r

indexing multiple levels of data

2018-11-16 Thread Martin Frank Hansen (MHQ)
Hi, I am trying to add meta data and files to Solr, but are experiencing some problems. Data is divided on three two, cases and files. For each case the meta-data is given in an xml document, while meta data for the files is given in another xml document, and the actual files are kept in yet a