Dear Nutch developers, Using the IndexReader, I am able to read the segments and obtain term frequencies of documents (using their ids)
Now I want to actually retrieve the document data like -url, title of the document, document content etc. using the document ids. 1: How can i retrieve the document content using just docIds? 2: How to make the retrieval similar to the nutch interface (Hits and HitDetails) so that I can display them to the user thanks Siva
