Re: ExtractRequestHandler with url instead of path to file

2019-06-12 Thread marotosg
Found the issue. Was using the wrong parameter. stream.url instead of stream.file http://solrhost:8983/solr/document/update/extract?&extractOnly=true&stream.url=http://serverwith -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: ExtractRequestHandler with url instead of path to file

2019-06-12 Thread Alexandre Rafalovitch
Have you tried enabling remoteStreaming? https://lucene.apache.org/solr/guide/8_0/content-streams.html#remote-streaming Regards, Alex. On Wed, 12 Jun 2019 at 08:59, marotosg wrote: > > Hi, > > I would like to make a request to Solr to index documents hosted as urls. > This works when I send a

ExtractRequestHandler with url instead of path to file

2019-06-12 Thread marotosg
Hi, I would like to make a request to Solr to index documents hosted as urls. This works when I send a path to the file but seems to fail when sending an url. Sample request http://solrhost:8983/solr/document/update/extract?&extractOnly=true&stream.file=http://serverwith docs:8080/Box_Sync.log