RELRANK_FREQ

The RELRANK_FREQ element implements the Frequency (Freq) relevance ranking module.

This module provides result scoring based on the frequency (number of occurrences) of the user's query terms in the result text.

Format

<!ELEMENT RELRANK_FREQ EMPTY>

Attributes

The RELRANK_FREQ element has no attributes.

Sub-elements

The RELRANK_FREQ element has no sub-elements.

Example

This example implements a strategy called Frequency.

<RELRANK_STRATEGY NAME="Frequency">
   <RELRANK_FREQ/>
</RELRANK_STRATEGY>