Re: Weighting the Licene score

2008-08-26 Thread s d
t; Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: s d <[EMAIL PROTECTED]> > > To: solr-user@lucene.apache.org > > Sent: Tuesday, August 26, 2008 1:55:38 PM > > Subject: Weighting the Lice

Re: Weighting the Licene score

2008-08-26 Thread Otis Gospodnetic
1:55:38 PM > Subject: Weighting the Licene score > > I want to weighted average the Lucene score with an additional score i have, > i.e. (W1 * Lucene score + W2 * Other score) / (W1 + W2) . > What is the easiest way to do this? > Also, is the Lucene score normalized. > Thanks,

Weighting the Licene score

2008-08-26 Thread s d
I want to weighted average the Lucene score with an additional score i have, i.e. (W1 * Lucene score + W2 * Other score) / (W1 + W2) . What is the easiest way to do this? Also, is the Lucene score normalized. Thanks,