: Friday, December 14, 2012 1:36 AM
To: solr-user@lucene.apache.org
Subject: Re: score calculation
Using Toms reply i have got most of the terms,
The following is my understanding of a single doc score,
5.528805 = (MATCH) sum of: (sum of scores = 0.08775589 + 5.441049)
0.08775589 = (MATCH
Using Toms reply i have got most of the terms,
The following is my understanding of a single doc score,
5.528805 = (MATCH) sum of: (sum of scores = 0.08775589 + 5.441049)
0.08775589 = (MATCH) weight(text:sachin in 286) [DefaultSimilarity], result
of:
0.08775589 = score(doc=286,freq=2.0 = ter
: Can anyone explain or provide some links?
https://wiki.apache.org/solr/SolrRelevancyFAQ#How_are_documents_scored
-Hoss
Hi Tom,
This is great. Should make it to the documentations.
Regards,
Aloke
On Thu, Dec 13, 2012 at 1:23 PM, Burgmans, Tom <
tom.burgm...@wolterskluwer.com> wrote:
> I am also busy with getting this clear. Here are my notes so far (by
> copying and writing myself):
>
>
>
> queryWeight = the
I am also busy with getting this clear. Here are my notes so far (by copying
and writing myself):
queryWeight = the impact of the query against the field
implementation: boost(query)*idf*queryNorm
boost(query) = boost of the field at query-time
Implication: hits in fie