On Sep 18, 2011, at 21:52 , scorpking wrote: > Hi Erik Hatcher-4 > I tried index from your url. But i have a problem. In your case, you knew a > files absolute path (Dir.new("/Users/erikhatcher/apache-solr-3.3.0/docs"). > So you can indexed it. In my case, i don't know a files absolute path. I > only know http's address where have files (ex: you can see this link as > reference: http://www.lc.unsw.edu.au/onlib/pdf/). Another ways? Thanks
Write a little script that takes the HTTP directory listing like that, and then uses stream.url (rather than stream.file as my example used). Erik