Basic question: I have Nutch crawling and sending documents to Solr for indexing. Now when I get the Solr answer set, I want to go get all the documents at once and append them into a single HTMLish document. Does Nutch have the full text of the documents stored somewhere already? Can I just "fetch" the docs from the Nutch local store if I have the URLs provided by Solr? How?
Fred

