<%@ Page language="C#" Inherits="Microsoft.Office.Server.Search.WebControls.ExplainRank,Microsoft.Office.Server.Search,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="OSRVUPWC" Namespace="Microsoft.Office.Server.WebControls" Assembly="Microsoft.Office.Server.UserProfiles, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SPSWC" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="SEARCHWC" Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> MOSS 2009 - Rank Explanation
Statistics for the terms 
Hits in the document 
Document Properties and Statistics 
Ranking Features 
Explanation of the variables 
N Total number of documents in the collection
n Document Frequency - number of documents containing the term
BM25 Weight log10(N/n) - this is the global okapi weight for the term
Weighted TF Weighted sum of term frequencies in each property for the given term
TF Normalized Term frequency normalized by length WTF/((1-b)+b*dl)/avdl
term Factor Term frequency squashed tfw/(k1+tfw)
Term Score BM25 score of the term, this includes only query dependent components
Original TF Term frequency before weighting is applied - number of times the term occurs in the property
Length Number of terms in the property
Doc Length Number of terms in the document across all properties
AVDL Average number of terms in the property
Doc AVDL Average number of terms in the document
DL/AVDL Ratio between DL and AVDL
DL Factor Factor used to normalize TF - (1-b)+b(dl/avdl)
Click Distance Shortest path in the web graph from the central authority to this URL
URL Depth Number of slashes in the URL