Hi,
On Tue, Jul 9, 2013 at 1:03 AM, imran khan <[email protected]> wrote: > I have gone through the source code of this plugin but couldn't find any > code which could be affect the value of <boost> field. > Assuming that you are using 2.2.1 or 2.X HEAD, the boost field as assigned to the NutchDocument within IndexUtil [0], Are you merely trying to send a weighted score to some particular document? If so this is determined by your scoring implementation. Right now 2.x offers two scoring implementation; scoring-opic and scoring-link. [0] http://svn.apache.org/repos/asf/nutch/branches/2.x/src/java/org/apache/nutch/indexer/IndexUtil.java

