The RELRANK_WFREQ element implements the Weighted Frequency (Wfreq) relevance ranking module.
This module scores results based on the frequency of user query terms in the result, while weighing the individual query term frequencies for each result by the information content (overall frequency in the complete data set) of each query term.
<!ELEMENT RELRANK_WFREQ EMPTY>
The RELRANK_WFREQ element has no attributes.
The RELRANK_WFREQ element has no sub-elements.
This example implements a strategy called Term_Freq.
<RELRANK_STRATEGY NAME="Term_Freq"> <RELRANK_WFREQ/> </RELRANK_STRATEGY>