It's the similarity scoring formula. EG see here:
http://lucene.apache.org/java/2_4_0/scoring.html
and here:
http://lucene.apache.org/java/2_4_0/api/core/org/apache/lucene/search/Similarity.html
Mike
<[email protected]> wrote:
I think for "ordinary" Lucene queries, "score" and "relevance" mean
the same thing.
But if you do eg function queries, or you "mixin" recency into your
scoring, etc., then "score" could be anything you computed, a value
from a field, etc.
Hm, how is relevance then defined?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]