The RELRANK_INTERP element implements the Interpreted (Interp) relevance ranking module.
This module provides a general-purpose strategy that assigns a score to each result document based on the query processing techniques used to obtain the match. Matching techniques considered include partial matching, cross-attribute matching, spelling correction, thesaurus, and stemming matching.
<!ELEMENT RELRANK_INTERP EMPTY>
The RELRANK_INTERP element has no attributes.
The RELRANK_INTERP element has no sub-elements.
In this example, the Interpreted module is included in a strategy called All_Fields.
<RELRANK_STRATEGY NAME="All_Fields"> <RELRANK_EXACT/> <RELRANK_INTERP/> <RELRANK_FIELD/> </RELRANK_STRATEGY>