Thanks again for your help!! :)
Regards,
-Clara Vania-
From: Uwe Schindler
To: java-user@lucene.apache.org
Sent: Wed, April 28, 2010 12:38:04 AM
Subject: RE: Range Score in Lucene
This hast o do with combining multiple terms in a Boolean query. If you
://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Clara Vania [mailto:chubz_...@yahoo.com]
> Sent: Tuesday, April 27, 2010 7:32 PM
> To: java-user@lucene.apache.org
> Subject: Re: Range Score in Lucene
>
> Really thanks for the quick reply,
>
&g
Really thanks for the quick reply,
I want to find documents similar to one document (let's call it document A) in
my index. To do this I use the MoreLikeThis class to help create query from
document A. I also included document A in my index, so I assumed that I will
have document A at the first
The score is an arbitrary number > 0. It's not normalized to anything, it
should only be used to e.g. sort the results. You cannot even compare scores
between two searches. They should only be used to compare hits *within* one
result set (e.g. sort as done in top docs).
-
Uwe Schindler
H.-H
Hi Clara,
Any particular reason why you'd need the score? Perhaps this would be of
help
http://lucene.apache.org/java/2_9_1/scoring.html
http://lucene.apache.org/java/2_3_2/scoring.pdf
Hope this explains whatever you were looking for.
--
Anshum Gupta
Naukri Labs!
http://ai-cafe.blogspot.com
The