You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Nicolás Lichtmaier <ni...@reloco.com.ar> on 2007/05/31 23:57:34 UTC

[PATCH] Moving HitDetails construction to a constructor =)

I propose this patch. It moves the logic of contructing a HitDetails 
from a Lucene document to the HitDetails constructor. It also removes 
useless array copies. The benefit of this patch is to be able to use 
part of Nutch machinery (get a Lucene document by other means and later 
construct a HitDetails). It also looks cleaner IMO.

Thanks!