public override float Score(int doc, float freq)
 {
     return(Values.Get(doc) * Sub.Score(doc, freq));
 }