Hi! I am using Nutch-0.9. I need to get the score of an url in the search.jsp file, as I need to use it for some processing. RIght now as a make do thing, I am using bean.Explanation(query,hit) and then parsing the returned html format string for the score. But, this is slow. Is there a direct way by which we can get the score in this file. I tried using Hit.getScore(), but since this is in Lucene's Hit class, i am unable to use it here, as this file uses the Nutch's Hit class.
Any help will be highly appreciated. Thanks in advance, Mayank. -- Mayank Kamthan
