Re: score calculation

2012-12-14 Thread Jack Krupansky
: 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

Re: score calculation

2012-12-13 Thread Sangeetha
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

Re: score calculation

2012-12-13 Thread Chris Hostetter
: Can anyone explain or provide some links? https://wiki.apache.org/solr/SolrRelevancyFAQ#How_are_documents_scored -Hoss

Re: score calculation

2012-12-13 Thread Aloke Ghoshal
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

RE: score calculation

2012-12-12 Thread Burgmans, Tom
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