I just downloaded the nightly build, and it seems that nutch no longer uses document number, and it uses key to locate document. Because of that, my code with morelikethis doesn't work anymore. How do I make the new nutch code to work with morelikethis?
The following was my old code: MoreLikeThis mlt = new MoreLikeThis (((IndexSearcher) searcher).getIndexReader()); org.apache.lucene.search.Query q = mlt.like (myHits.getHit (0).getIndexDocNo ()); Thanks. -- View this message in context: http://www.nabble.com/Does-MoreLikeThis-work-with-Nutch-1.0---nightly-build--tp22303370p22303370.html Sent from the Nutch - User mailing list archive at Nabble.com.
