According to Rob Strange:
> Is there a maximum value that can be used for the weightings attributes in
> the config file such as description_factor, meta_description_factor etc.?
> The example is given of setting description_factor: 350
> (http://www.htdig.org/attrs.html#description_factor) but I can't find
> anywhere on the site if there is a maximum limit to the weighting.

These numbers are floating point, so there's no hard and fast limit
other than the maximum floating point number that can be represented
on your CPU.  However, because these numbers are factors, and end up
being multiplied by other numbers, you'll want to stay well below that
hardware limit to avoid overflows.  Still, there'd likely be no problem
in setting these factors in the trillions or higher if you so desire.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to