: the contents, but also two numerical values in other document fields. For
: example, lets assume that the normal score for Document A is 0.33 (as
: calculated by Lucene). What I need is that its true score is 0.33 * (value
: of field A) * (value of field B). What is the best way to accomplish
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.
-
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
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
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, lets assume that the normal score for Document A is 0.33 (as
calculated by Lucene).