ayyappan, I was not able to completely follow the post, but if you are looking to have Solr return links for the result pages, then you probably want to have an XSL file used for processing the results. You will need to add an XSL file to Solr and also set up (either through URL arguments or via modified Solr defaults) to have the XSL transformation used for query responses.
If you are interested in a reference, I have produces something similar, and made it available. (The details can be seen at http://www.whelanlabs.com/home/programming-projects/search-engine.) For details on how the user interface looks, check out the referenced YouTube video. Regards, John On Fri, Dec 23, 2011 at 3:54 AM, ayyappan <[email protected]> wrote: > > > Hi > > I am developing one web application based on Solr+ nutch.It > is working fine . > > My Question is Url result page contain some documents link . > can i able to do index on those documents link as well ? > > Is this type of indexing possible using Solr+nutch? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Website-Document-tp3608467p3608467.html > Sent from the Nutch - Dev mailing list archive at Nabble.com. >

