Does anyone know how to index a remote file using SOLR? I tried the following
curl http://localhost:8983/solr/update/extract?literal.id=rem1&uprefix=attr_&fmap.content=body&commit=true" -F stream.url=http://fakesite.com
no luck.
Local host equivalent
curl http://localhost:8983/solr/update/extract?literal.id=rem1&uprefix=attr_&fmap.content=body&commit=true" -F "stream.url=http://duke.edu/web/aepi/"
works great.
Thank! djs22
djs22 source
share