RE: DIH issue with streaming xml file

2017-07-10 Thread Miller, William K - Norman, OK - Contractor
, 2017 2:12 PM To: 'solr-user@lucene.apache.org' Subject: RE: DIH issue with streaming xml file Thank you for your response. I will look into this link. Also, sorry I did not specify the file type. I am working with XML files. ~~~ William Kevin Miller ECS Fe

RE: DIH issue with streaming xml file

2017-06-12 Thread Miller, William K - Norman, OK - Contractor
[mailto:arafa...@gmail.com] Sent: Monday, June 12, 2017 1:26 PM To: solr-user Subject: Re: DIH issue with streaming xml file Solr 6.5.1 DIH setup has - somewhat broken - RSS example (redone as ATOM example in 6.6) that shows how to get stuff from https URL. You can see the atom example here: https

Re: DIH issue with streaming xml file

2017-06-12 Thread Alexandre Rafalovitch
reate a custom entity processor? > > > > > ~~~ > William Kevin Miller > > ECS Federal, Inc. > USPS/MTSC > (405) 573-2158 > > > -Original Message- > From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] > Sent: Monday, June 12, 2017 12:57 PM > To: solr-user >

RE: DIH issue with streaming xml file

2017-06-12 Thread Miller, William K - Norman, OK - Contractor
) 573-2158 -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: Monday, June 12, 2017 12:57 PM To: solr-user Subject: Re: DIH issue with streaming xml file How do you get a list of URLs for the files on the remote server? That's probably the first issue. Once you have

Re: DIH issue with streaming xml file

2017-06-12 Thread Alexandre Rafalovitch
How do you get a list of URLs for the files on the remote server? That's probably the first issue. Once you have the URLs in an outside entity or two, you can feed them one by one into the inner entity. Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experien

DIH issue with streaming xml file

2017-06-12 Thread Miller, William K - Norman, OK - Contractor
I am using Solr 6.5.1 and working on importing xml files using the DataImportHandler. I am wanting to get the files from a remote server, but I am dealing with multiple xml files in multiple folders. I am using a nested entity in my dataConfig. Below is an example of how I have my dataConfig