But function query doesn't give access to the SOLR score, only to fields in the index, no ? thx
On Tue, Aug 26, 2008 at 2:02 PM, Otis Gospodnetic < [EMAIL PROTECTED]> wrote: > I think the easiest approach might be making use of Lucene's function > query. > > > 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 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, > >