What are the three documents?
In any case, it looks like the "fieldNorm" for title is 2.3 times greater
for the first document compared to the second document and the third
document has an even smaller fieldNorm for title.
Further, as explain explains, only the title field is bing used. This going
back to what I said in my last email - only the title field is being used in
this query.
Maybe the home page URL is being added as the title?
-- Jack Krupansky
-----Original Message-----
From: Shameema Umer
Sent: Friday, June 01, 2012 4:41 AM
To: solr-user@lucene.apache.org
Subject: Re: How can I remove the home page priority of site home page from
search results
I added braces to key words and debuged:
i really need to boost term frequency. Please help.
1.2125369 = (MATCH) fieldWeight(title:gold in 102), product of: 1.0 =
tf(termFreq(title:gold)=1) 4.8501477 = idf(docFreq=11,maxDocs=564) 0.25 =
fieldNorm(field=title, doc=102)
0.5304849 = (MATCH) fieldWeight(title:gold in 422), product of: 1.0 =
tf(termFreq(title:gold)=1)
4.8501477 = idf(docFreq=11, maxDocs=564) 0.109375 =
fieldNorm(field=title, doc=422)
0.45470136 = (MATCH) fieldWeight(title:gold in 105), product of:
2.0 = tf(termFreq(title:gold)=4)
4.8501477 = idf(docFreq=11, maxDocs=564)
0.046875 = fieldNorm(field=title, doc=105)