Re: Scoring based on fields and categorization

2006-09-05 Thread Chris Hostetter
: the contents, but also two numerical values in other document fields. For : example, let’s assume that the normal score for Document A is 0.33 (as : calculated by Lucene). What I need is that it’s true score is 0.33 * (value : of field A) * (value of field B). What is the best way to accomplish

RE: Scoring based on fields and categorization

2006-09-05 Thread karl wettin
On Tue, 2006-09-05 at 13:32 +0100, Gonçalo Gaiolas wrote: > should this boosting occur during index time or at query time? I'm a > bit confused as to where should I apply this boost in order to affect > the results of a search query. You boost at index time. -

RE: Scoring based on fields and categorization

2006-09-05 Thread Gonçalo Gaiolas
ssage- From: karl wettin [mailto:[EMAIL PROTECTED] Sent: terça-feira, 5 de Setembro de 2006 13:10 To: java-user@lucene.apache.org Subject: Re: Scoring based on fields and categorization On Tue, 2006-09-05 at 11:54 +0100, Gonçalo Gaiolas wrote: > - Scoring should take in consideration not

Re: Scoring based on fields and categorization

2006-09-05 Thread karl wettin
On Tue, 2006-09-05 at 11:54 +0100, Gonçalo Gaiolas wrote: > - Scoring should take in consideration not only the relevance of > the contents, but also two numerical values in other document fields. For > example, let’s assume that the normal score for Document A is 0.33 (as > calculated by

Scoring based on fields and categorization

2006-09-05 Thread Gonçalo Gaiolas
Hi there, I need to make two changes to Lucene : - Scoring should take in consideration not only the relevance of the contents, but also two numerical values in other document fields. For example, let’s assume that the normal score for Document A is 0.33 (as calculated by Lucene).