The RELRANK_FIELD element implements the Field relevance ranking module.
This module assigns a score to each result based on the static rank of the standard attribute or managed attribute member of the search interface that caused the document to match the query.
<!ELEMENT RELRANK_FIELD EMPTY>
The RELRANK_FIELD element has no attributes.
The RELRANK_FIELD element has no sub-elements.
In this example, the field module is included in a strategy called All_Fields.
<RELRANK_STRATEGY NAME="All_Fields"> <RELRANK_EXACT/> <RELRANK_INTERP/> <RELRANK_FIELD/> </RELRANK_STRATEGY>